i18n: Fix a smattering of strings that weren't getting translated.

These are some strings I spotted in English when playing around a bit
with the UI set to German, where our translations are near complete.

It'd be great to have a more systematic way of spotting this kind of
omission.  Probably a fairly simple linter could catch a lot of cases.
This commit is contained in:
Greg Price
2017-06-23 12:56:08 -07:00
committed by Tim Abbott
parent 038a2c7692
commit 4b765ae304
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ var exports = {};
name: String toggle_name,
selected: Integer selected_index,
values: Array<Object> [
{ label: String title }
{ label: i18n.t(String title) }
],
callback: function () {
// .. on value change.