bimtester: start italian and dutch translation

This commit is contained in:
Bernd Hahnebach
2021-01-17 07:45:12 +01:00
parent 19ba6f86d7
commit 9574b7e08f
9 changed files with 487 additions and 0 deletions
+4
View File
@@ -137,6 +137,10 @@ def generate_report(
switch_locale(localedir, "de")
elif feature["keyword"] == "Fonctionnalité":
switch_locale(localedir, "fr")
elif feature["keyword"] == "Funzionalità":
switch_locale(localedir, "it")
elif feature["keyword"] == "Functionaliteit":
switch_locale(localedir, "nl")
else:
# standard English
switch_locale(localedir, "en")