translation work 🗣

This commit is contained in:
Jokob-sk
2024-02-11 08:04:29 +11:00
parent f474561593
commit 246de74ad4
2 changed files with 636 additions and 1 deletions

View File

@@ -31,5 +31,5 @@ def merge_translations(main_file, other_files):
if __name__ == "__main__":
main_file = "en_us.json"
other_files = ["de_de.json", "es_es.json", "fr_fr.json"]
other_files = ["de_de.json", "es_es.json", "fr_fr.json", "nb_no.json"]
merge_translations(main_file, other_files)