Updated translation strings (and sent to crowdin)
This commit is contained in:
@@ -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
4
src/Tools/updatets.py
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user