Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-01-03 13:11:07 +0300
committerBastien Montagne <bastien@blender.org>2022-01-03 13:13:15 +0300
commite51864a35705b701f587dbfcd964237ac5f4814a (patch)
tree1fdb35bd3b0c62405ad7e98a5c3ee7b7e02d1da1
parent0a4bd32e59ef344c4f11d80a48cde002da243b04 (diff)
Add Georgian to our list of languages.
CC @Tamuna who started the translation for this language.
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py1
1 files changed, 1 insertions, 0 deletions
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`)!