Skip to content

Commit

Permalink
Updated translation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 1, 2016
1 parent 7734ffb commit b389554
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tools/updatecrowdin.py
Expand Up @@ -57,7 +57,7 @@
["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_de.ts"],
["Fem.ts", "/Mod/Fem/Gui/Resources/translations/Fem.ts"],
["FreeCAD.ts", "/Gui/Language/FreeCAD.ts"],
["Image.ts", "/Mod/Image/Gui/Resources/translations/Image_de.ts"],
["Mesh.ts", "/Mod/Mesh/Gui/Resources/translations/Mesh_de.ts"],
Expand Down
12 changes: 11 additions & 1 deletion src/Tools/updatets.py
Expand Up @@ -66,7 +66,17 @@
["src/Mod/Plot",
'pylupdate `find ./ -name "*.py"` -ts resources/translations/Plot.ts'],
["src/Mod/Path",
'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Path.ts'],
'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Pathpy.ts'],
["src/Mod/Path",
'lconvert -i Gui/Resources/translations/Pathpy.ts Gui/Resources/translations/Path.ts -o Gui/Resources/translations/Path.ts'],
["src/Mod/Path",
'rm Gui/Resources/translations/Pathpy.ts'],
["src/Mod/Fem",
'pylupdate `find ./ -name "*.py"` -ts Gui/Resources/translations/Fempy.ts'],
["src/Mod/Fem",
'lconvert -i Gui/Resources/translations/Fempy.ts Gui/Resources/translations/Fem.ts -o Gui/Resources/translations/Fem.ts'],
["src/Mod/Fem",
'rm Gui/Resources/translations/Fempy.ts'],
]

# add python folders to exclude list
Expand Down

0 comments on commit b389554

Please sign in to comment.