Fixed translation of py commands in Image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user