mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
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:
committed by
Ben V. Brown
parent
5bce2d3b03
commit
a609d702f5
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user