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-16 21:04:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-02-18 16:36:16 +0300
commite96445059f990ea46c9b0c84ee9a8cfe66918f2d (patch)
tree5244af22b8146c20330e63103fb54fa9187126f6 /release/scripts/modules/bl_i18n_utils
parent68d862710432ec5295d2b35a8650a24b2ebdf676 (diff)
Add Abkhaz language to Blender (disabled for until we get some translated content).
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 44abe3076f9..dcc3fd2ba32 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -92,6 +92,7 @@ LANGUAGES = (
(42, "Basque (Euskara)", "eu_EU"),
(43, "Hausa (Hausa)", "ha"),
(44, "Kazakh (қазақша)", "kk_KZ"),
+ (45, "Abkhaz (Аԥсуа бызшәа)", "ab"),
)
# Default context, in py!
@@ -105,7 +106,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', 'kk_KZ',
+ 'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ', 'ab',
}
# Languages that need RTL pre-processing.