Fixed translation of py commands in Image

This commit is contained in:
Yorik van Havre
2018-12-27 11:14:07 -02:00
parent cea09fd986
commit fc5542b976

View File

@@ -87,6 +87,12 @@ PyCommands = [["src/Mod/Draft",
'lconvert -i Gui/Resources/translations/Partpy.ts Gui/Resources/translations/Part_de.ts -o Gui/Resources/translations/Part_de.ts'],
["src/Mod/Part",
'rm Gui/Resources/translations/Partpy.ts'],
["src/Mod/Image",
'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Imagepy.ts'],
["src/Mod/Image",
'lconvert -i Gui/Resources/translations/Imagepy.ts Gui/Resources/translations/Image_de.ts -o Gui/Resources/translations/Image_de.ts'],
["src/Mod/Image",
'rm Gui/Resources/translations/Imagepy.ts'],
]
# add python folders to exclude list