[Bf-blender-cvs] [9f6f151] master: I18n: Do not skip Polish anymore, translation work has started on it.

Bastien Montagne noreply at git.blender.org
Sat Feb 28 21:52:14 CET 2015


Commit: 9f6f151536b24f3329e357c8cbe05c2069578866
Author: Bastien Montagne
Date:   Sat Feb 28 21:51:17 2015 +0100
Branches: master
https://developer.blender.org/rB9f6f151536b24f3329e357c8cbe05c2069578866

I18n: Do not skip Polish anymore, translation work has started on it.

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

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 3ec4646..920a56a 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -101,7 +101,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', 'pl_PL', 'ro_RO', 'uz_UZ', 'uz_UZ at cyrillic',
+    'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ at cyrillic',
 }
 
 # Languages that need RTL pre-processing.




More information about the Bf-blender-cvs mailing list