[Bf-blender-cvs] [2a2d0d463a4] master: i18n: Disable `es_ES` locale.

Bastien Montagne noreply at git.blender.org
Mon Apr 6 11:24:52 CEST 2020


Commit: 2a2d0d463a4ae582464b1744f1b7d732fa0cc99a
Author: Bastien Montagne
Date:   Mon Apr 6 11:23:29 2020 +0200
Branches: master
https://developer.blender.org/rB2a2d0d463a4ae582464b1744f1b7d732fa0cc99a

i18n: Disable `es_ES` locale.

We already have generic `es` one, having more only makes sense if poeple
actually maintain them and they have different contents...

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

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 4da9d515ffd..c736f78d501 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -108,7 +108,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',
+    'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ at cyrillic', 'kk_KZ', 'es_ES',
 }
 
 # Languages that need RTL pre-processing.



More information about the Bf-blender-cvs mailing list