From f56198dd3387be2be45aaf290ab5eef36bc89d13 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 10 Dec 2018 11:00:53 -0200 Subject: [PATCH] Tools: fixed translation of py files in Part --- src/Tools/updatets.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 95a7e2b96a..68e2d0bd84 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -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