From a1daebcf8cff84fe254e55a8c45295b5bcb02ad4 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sun, 19 Jun 2022 13:49:54 +0200 Subject: [PATCH] Update iobroker.py --- HMI/code_gen/localization/iobroker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMI/code_gen/localization/iobroker.py b/HMI/code_gen/localization/iobroker.py index d5a39c30..18c77a83 100644 --- a/HMI/code_gen/localization/iobroker.py +++ b/HMI/code_gen/localization/iobroker.py @@ -19,7 +19,7 @@ keys = { } -langs = ["en-US", "de-DE", "nl-NL", "da-DK", "es-ES", "fr-FR", "it-IT", "ru-RU", "nb-NO", "pl-PL", "pt-PT"] +langs = ["en-US", "de-DE", "nl-NL", "da-DK", "es-ES", "fr-FR", "it-IT", "ru-RU", "nb-NO", "nn-NO", "pl-PL", "pt-PT", "af-ZA", "ar-SY", "bg-BG", "ca-ES", "cs-CZ", "el-GR", "et-EE", "fa-IR", "fi-FI", "he-IL", "hr-xx", "hu_HU", "hy-AM", "id-ID", "is-IS", "lb-xx", "lt-LT", "ro-RO"] def build_locale_filestring(locale):