1
0
forked from me/IronOS

Update & Fix translations

This commit is contained in:
Ben V. Brown
2019-10-07 19:09:28 +11:00
parent 64f8ca5c53
commit eda0681eb8
2 changed files with 313 additions and 332 deletions

View File

@@ -121,7 +121,7 @@ def getDebugMenu():
constants.append(datetime.today().strftime('%d-%m-%y'))
constants.append("HW G ")
constants.append("HW M ")
constants.append("HW P ")
constants.append("HW P ")
constants.append("Time ")
constants.append("Move ")
constants.append("RTip ")
@@ -176,7 +176,6 @@ def getLetterCounts(defs, lang):
constants = getConstants()
for x in constants:
textList.append(x[1])
textList.extend(getDebugMenuHeaders())
textList.extend(getTipModelEnumTS100())
textList.extend(getTipModelEnumTS80())
textList.extend(getDebugMenu())