[Bf-blender-cvs] [06293597624] master: I18N: Add Kazakh language.

Bastien Montagne noreply at git.blender.org
Sun Feb 10 11:16:27 CET 2019


Commit: 062935976249135fc24e00c361f5c13103cbbfe8
Author: Bastien Montagne
Date:   Sun Feb 10 11:04:53 2019 +0100
Branches: master
https://developer.blender.org/rB062935976249135fc24e00c361f5c13103cbbfe8

I18N: Add Kazakh language.

Disabled for until we get actual first tranlation in SVN repo. ;)

Related to T61102.

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

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 12bef06f022..44abe3076f9 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -91,6 +91,7 @@ LANGUAGES = (
     (41, "Vietnamese (tiếng Việt)", "vi_VN"),
     (42, "Basque (Euskara)", "eu_EU"),
     (43, "Hausa (Hausa)", "ha"),
+    (44, "Kazakh (қазақша)", "kk_KZ"),
 )
 
 # Default context, in py!
@@ -104,7 +105,7 @@ IMPORT_MIN_LEVEL = 0.0
 
 # Languages in /branches we do not want to import in /trunk currently...
 IMPORT_LANGUAGES_SKIP = {
-    'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ at cyrillic',
+    'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ at cyrillic', 'kk_KZ',
 }
 
 # Languages that need RTL pre-processing.



More information about the Bf-blender-cvs mailing list