Spreadsheet: Added translation file

This commit is contained in:
Yorik van Havre
2015-02-14 12:15:01 -02:00
parent 0b0f6cf215
commit 7bbdb0a333
3 changed files with 447 additions and 2 deletions

View File

@@ -87,7 +87,8 @@ locations = [["Arch","../Mod/Arch/Resources/translations","../Mod/Arch/Resources
["Test","../Mod/Test/Gui/Resources/translations","../Mod/Test/Gui/Resources/Test.qrc"],
["Ship","../Mod/Ship/resources/translations","../Mod/Ship/resources/Ship.qrc"],
["Plot","../Mod/Plot/resources/translations","../Mod/Plot/resources/Plot.qrc"],
["Test","../Mod/Web/Gui/Resources/translations","../Mod/Web/Gui/Resources/Web.qrc"]]
["Test","../Mod/Web/Gui/Resources/translations","../Mod/Web/Gui/Resources/Web.qrc"],
["Spreadheet","../Mod/Spreadsheet/Gui/Resources/translations","../Mod/Spreadsheet/Gui/Resources/Spreadsheet.qrc"]]
def updateqrc(qrcpath,lncode):
"updates a qrc file with the given translation entry"

View File

@@ -74,7 +74,8 @@ files = [ ["Arch.ts", "/Mod/Arch/Resources/translations/Arch.ts"],
["Sketcher.ts", "/Mod/Sketcher/Gui/Resources/translations/Sketcher_de.ts"],
["StartPage.ts", "/Mod/Start/Gui/Resources/translations/StartPage.ts"],
["Test.ts", "/Mod/Test/Gui/Resources/translations/Test_de.ts"],
["Web.ts", "/Mod/Web/Gui/Resources/translations/Web.ts"] ]
["Web.ts", "/Mod/Web/Gui/Resources/translations/Web.ts"],
["Spreadsheet.ts", "/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet.ts"] ]
# handler for the command responses