Updated updatets.py script with Draft changes

This commit is contained in:
Yorik van Havre 2014-03-10 20:36:12 -03:00
parent 7e9e416c6c
commit 8fd3207765

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",