Added support for arabic and vietnamese

This commit is contained in:
Yorik van Havre
2018-12-23 13:56:46 -02:00
parent 2ea84272fd
commit 2226da3a20
2 changed files with 3 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ locations = [["Arch","../Mod/Arch/Resources/translations","../Mod/Arch/Resources
["TechDraw","../Mod/TechDraw/Gui/Resources/translations","../Mod/TechDraw/Gui/Resources/TechDraw.qrc"],
]
default_languages = "af zh-CN zh-TW hr cs nl fi fr de hu ja no pl pt-PT ro ru sr es-ES sv-SE uk it pt-BR el sk tr sl eu ca gl kab ko fil id lt val-ES"
default_languages = "af ar ca cs de el es-ES eu fi fil fr gl hr hu id it ja kab ko lt nl no pl pt-BR pt-PT ro ru sk sl sr sv-SE tr uk val-ES vi zh-CN zh-TW"
def updateqrc(qrcpath,lncode):
"updates a qrc file with the given translation entry"