Tools: Removed Plot from translation scripts

This commit is contained in:
Yorik van Havre
2021-08-26 14:50:36 +02:00
parent 48c8d652a1
commit 3d8e471599
2 changed files with 0 additions and 3 deletions

View File

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

View File

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