From 097affc5a74583b1b37b3e040f35baf218d8f787 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sun, 19 Jun 2022 14:02:07 +0200 Subject: [PATCH] Update iobroker.py --- HMI/code_gen/localization/iobroker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HMI/code_gen/localization/iobroker.py b/HMI/code_gen/localization/iobroker.py index 7c5100e4..b6dcb74d 100644 --- a/HMI/code_gen/localization/iobroker.py +++ b/HMI/code_gen/localization/iobroker.py @@ -21,7 +21,8 @@ keys = { 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"] + "hy-AM", "id-ID", "is-IS", "lb-xx", "lt-LT", "ro-RO", "sk-SK", "sl-SI", "sv-SE", "th-TH", "tr-TR", "uk-UA", + "vi-VN", "zh-CN", "zh-TW"] def build_locale_filestring(locale):