Fix translations: add three new missing options (#370)

* updated spanish translation

* fix translation of 'blinking'

* print which translation json is being read

* removed PID settings

* #362: updated italian translation

* improved json error reporting in make_translation.py

* fixed extra escape character in LANG_SV

* Update translation definitions and Lithuanian translation

* Fix translations: add three new missing options
This commit is contained in:
Julius Vitkauskas
2018-10-09 07:35:31 +03:00
committed by Ben V. Brown
parent 5bce2d3b03
commit a609d702f5
25 changed files with 607 additions and 818 deletions

View File

@@ -1,6 +1,9 @@
var def =
{
"messages": [
{
"id": "SettingsCalibrationDone"
},
{
"id": "SettingsCalibrationWarning"
},
@@ -206,22 +209,19 @@ var def =
"maxLen2": 11
},
{
"id": "PidSettingsP",
"maxLen": 6,
"maxLen2": 11,
"feature": "PIDSETTINGS"
"id": "TipModel",
"maxLen": 8,
"maxLen2": 16
},
{
"id": "PidSettingsI",
"maxLen": 6,
"maxLen2": 11,
"feature": "PIDSETTINGS"
"id": "SimpleCalibrationMode",
"maxLen": 8,
"maxLen2": 16
},
{
"id": "PidSettingsD",
"maxLen": 6,
"maxLen2": 11,
"feature": "PIDSETTINGS"
"id": "AdvancedCalibrationMode",
"maxLen": 8,
"maxLen2": 16
}
]
}
}