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 <montagne29@wanadoo.fr>2019-02-10 13:04:53 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-02-10 13:04:53 +0300
commit062935976249135fc24e00c361f5c13103cbbfe8 (patch)
tree988ba52c68de357a7f9c2b141ab103a4be3b76c4 /release/scripts/modules/bl_i18n_utils
parent0b6dbbc306b0a7e60abe36968d154241bb90c1df (diff)
I18N: Add Kazakh language.
Disabled for until we get actual first tranlation in SVN repo. ;) Related to T61102.
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py3
1 files changed, 2 insertions, 1 deletions
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@cyrillic',
+ 'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ',
}
# Languages that need RTL pre-processing.