Updated translation strings (and sent to crowdin)

This commit is contained in:
Yorik van Havre
2017-08-31 10:46:55 -03:00
parent a3639f40e8
commit b16b17ced2
156 changed files with 27994 additions and 14057 deletions

View File

@@ -54,7 +54,6 @@ import sys,os,xml.sax,pycurl,StringIO
files = [ ["Arch.ts", "/Mod/Arch/Resources/translations/Arch.ts"],
["Assembly.ts", "/Mod/Assembly/Gui/Resources/translations/Assembly_de.ts"],
["Complete.ts", "/Mod/Complete/Gui/Resources/translations/Complete_de.ts"],
["draft.ts", "/Mod/Draft/Resources/translations/Draft.ts"],
["Drawing.ts", "/Mod/Drawing/Gui/Resources/translations/Drawing_de.ts"],
["Fem.ts", "/Mod/Fem/Gui/Resources/translations/Fem.ts"],

4
src/Tools/updatets.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#! python
#! /usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2010 Werner Mayer LGPL
@@ -78,7 +78,7 @@ PyCommands = [["src/Mod/Draft",
["src/Mod/Fem",
'rm Gui/Resources/translations/Fempy.ts'],
["src/Mod/Tux",
'pylupdate `find ./ -name "*.py"` -ts resources/translations/Tux.ts'],
'pylupdate `find ./ -name "*.py"` -ts Resources/translations/Tux.ts'],
]
# add python folders to exclude list