From 3d8e4715990bcd3f62aaa9d32637c868a89aee01 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 26 Aug 2021 14:50:36 +0200 Subject: [PATCH] Tools: Removed Plot from translation scripts --- src/Tools/updatefromcrowdin.py | 1 - src/Tools/updatets.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/Tools/updatefromcrowdin.py b/src/Tools/updatefromcrowdin.py index 86f54cd81e..dfdcb9193f 100755 --- a/src/Tools/updatefromcrowdin.py +++ b/src/Tools/updatefromcrowdin.py @@ -91,7 +91,6 @@ locations = [["AddonManager","../Mod/AddonManager/Resources/translations","../Mo ["Sketcher","../Mod/Sketcher/Gui/Resources/translations","../Mod/Sketcher/Gui/Resources/Sketcher.qrc"], ["StartPage","../Mod/Start/Gui/Resources/translations","../Mod/Start/Gui/Resources/Start.qrc"], ["Test","../Mod/Test/Gui/Resources/translations","../Mod/Test/Gui/Resources/Test.qrc"], - ["Plot","../Mod/Plot/resources/translations","../Mod/Plot/resources/Plot.qrc"], ["Web","../Mod/Web/Gui/Resources/translations","../Mod/Web/Gui/Resources/Web.qrc"], ["Spreadsheet","../Mod/Spreadsheet/Gui/Resources/translations","../Mod/Spreadsheet/Gui/Resources/Spreadsheet.qrc"], ["Path","../Mod/Path/Gui/Resources/translations","../Mod/Path/Gui/Resources/Path.qrc"], diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 2a14a78a4d..3850e25034 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -78,8 +78,6 @@ PyCommands = [["src/Mod/Draft", 'lconvert -i Gui/Resources/translations/StartPagepy.ts Gui/Resources/translations/StartPage.ts -o Gui/Resources/translations/StartPage.ts'], ["src/Mod/Start", 'rm Gui/Resources/translations/StartPagepy.ts'], - ["src/Mod/Plot", - 'pylupdate `find ./ -name "*.py"` -ts resources/translations/Plot.ts'], ["src/Mod/Path", 'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Pathpy.ts'], ["src/Mod/Path",