[Bf-blender-cvs] [e51864a3570] master: Add Georgian to our list of languages.

Bastien Montagne noreply at git.blender.org
Mon Jan 3 11:13:24 CET 2022


Commit: e51864a35705b701f587dbfcd964237ac5f4814a
Author: Bastien Montagne
Date:   Mon Jan 3 11:11:07 2022 +0100
Branches: master
https://developer.blender.org/rBe51864a35705b701f587dbfcd964237ac5f4814a

Add Georgian to our list of languages.

CC @Tamuna who started the translation for this language.

===================================================================

M	release/scripts/modules/bl_i18n_utils/settings.py

===================================================================

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`)!



More information about the Bf-blender-cvs mailing list