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-03-04 12:46:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-03-04 12:46:46 +0300
commit4b17d34ad37947a5cd34befb05c2b77fa3193400 (patch)
treebd57d58d9572bb5016b65603b3262acc6890e826 /release/scripts/modules/bl_i18n_utils
parent1a06751c1a20a8f21ef70a0b63708d46fc5f590f (diff)
Add Thai language entry (hidden for until we get some translation).
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 56523539d56..4bc0f915d49 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -93,6 +93,7 @@ LANGUAGES = (
(43, "Hausa (Hausa)", "ha"),
(44, "Kazakh (қазақша)", "kk_KZ"),
(45, "Abkhaz (Аԥсуа бызшәа)", "ab"),
+ (46, "Thai (ภาษาไทย)", "th_TH"),
)
# Default context, in py!
@@ -106,7 +107,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', 'th_TH',
}
# Languages that need RTL pre-processing.