Tools: fixed translation of py files in Part
This commit is contained in:
@@ -79,6 +79,12 @@ PyCommands = [["src/Mod/Draft",
|
||||
'rm Gui/Resources/translations/Fempy.ts'],
|
||||
["src/Mod/Tux",
|
||||
'pylupdate `find ./ -name "*.py"` -ts Resources/translations/Tux.ts'],
|
||||
["src/Mod/Part",
|
||||
'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Partpy.ts'],
|
||||
["src/Mod/Part",
|
||||
'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'],
|
||||
]
|
||||
|
||||
# add python folders to exclude list
|
||||
|
||||
Reference in New Issue
Block a user