Fixed translations of startpage

This commit is contained in:
Yorik van Havre
2018-12-30 12:38:03 -02:00
parent 9a12380d6d
commit d33d352d94
2 changed files with 409 additions and 279 deletions

View File

@@ -62,7 +62,11 @@ PyCommands = [["src/Mod/Draft",
["src/Mod/OpenSCAD",
"pylupdate *.py Resources/ui/*.ui -ts Resources/translations/OpenSCAD.ts"],
["src/Mod/Start",
"pylupdate StartPage/*.py -ts Gui/Resources/translations/StartPage.ts"],
"pylupdate StartPage/*.py -ts Gui/Resources/translations/StartPagepy.ts"],
["src/Mod/Start",
'lconvert -i Gui/Resources/translations/StartPagepy.ts Gui/Resources/translations/StartPage.ts -o Gui/Resources/translations/StartPage.ts'],
["src/Mod/Start",
'rm Gui/Resources/translations/StartPagepy.ts'],
["src/Mod/Ship",
'pylupdate `find ./ -name "*.py"` -ts resources/translations/Ship.ts'],
["src/Mod/Plot",