[Bf-blender-cvs] [f3c6b0bf4f6] master: I18n: Enable Thai language.

Bastien Montagne noreply at git.blender.org
Thu Mar 7 11:46:06 CET 2019


Commit: f3c6b0bf4f6b49f03b1c4bc9b8a8aafe118c197c
Author: Bastien Montagne
Date:   Thu Mar 7 11:45:48 2019 +0100
Branches: master
https://developer.blender.org/rBf3c6b0bf4f6b49f03b1c4bc9b8a8aafe118c197c

I18n: Enable Thai 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 4bc0f915d49..a6c7940f5c8 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -107,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 at cyrillic', 'kk_KZ', 'th_TH',
+    '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