Updated updatets.py script with Draft changes

This commit is contained in:
Yorik van Havre
2014-03-10 20:36:12 -03:00
parent e33cb5981d
commit e5cc789b28

View File

@@ -54,7 +54,7 @@ DirFilter = ["^Attic$",
# python folders that need a special pylupdate command
PyCommands = [["src/Mod/Draft",
"pylupdate *.py draftlibs/*.py Resources/ui/*.ui -ts Resources/translations/Draft.ts"],
"pylupdate *.py Resources/ui/*.ui -ts Resources/translations/Draft.ts"],
["src/Mod/Arch",
"pylupdate *.py Resources/ui/*.ui -ts Resources/translations/Arch.ts"],
["src/Mod/OpenSCAD",