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>2012-12-24 21:55:00 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-12-24 21:55:00 +0400
commitf339c63584526a56e5053dc288ccf557a722a202 (patch)
treea244388312e06622bd5e46787a0927462561dd52
parentec4fc2e13244b70f84c6082d109a723e603e7d4a (diff)
We now have some Catalan, but no Amharic nor Estonian yet!
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index fabc2306c41..df87a288cfe 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -91,7 +91,7 @@ LANGUAGES_FILE = "languages"
IMPORT_MIN_LEVEL = -1
# Languages in /branches we do not want to import in /trunk currently...
-IMPORT_LANGUAGES_SKIP = {'bg', 'ca', 'fi', 'el', 'ko', 'ne', 'pl', 'ro'}
+IMPORT_LANGUAGES_SKIP = {'am', 'bg', 'fi', 'el', 'et', 'ko', 'ne', 'pl', 'ro'}
# The comment prefix used in generated messages.txt file.
COMMENT_PREFIX = "#~ "