From e51864a35705b701f587dbfcd964237ac5f4814a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 3 Jan 2022 11:11:07 +0100 Subject: Add Georgian to our list of languages. CC @Tamuna who started the translation for this language. --- release/scripts/modules/bl_i18n_utils/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release/scripts/modules') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index ac932fe38dc..bdc345ee50a 100644 --- a/release/scripts/modules/bl_i18n_utils/settings.py +++ b/release/scripts/modules/bl_i18n_utils/settings.py @@ -100,6 +100,7 @@ LANGUAGES = ( (45, "Abkhaz (Аԥсуа бызшәа)", "ab"), (46, "Thai (ภาษาไทย)", "th_TH"), (47, "Slovak (Slovenčina)", "sk_SK"), + (48, "Georgian (ქართული)", "ka"), ) # Default context, in py (keep in sync with `BLT_translation.h`)! -- cgit v1.2.3