[Bf-blender-cvs] [562a488] blender-v2.77-release: Add Basque (Euskara) new language.

Bastien Montagne noreply at git.blender.org
Fri Mar 4 17:36:00 CET 2016


Commit: 562a488fb05f8a45db210726516a545ab59923d5
Author: Bastien Montagne
Date:   Tue Mar 1 20:04:49 2016 +0100
Branches: blender-v2.77-release
https://developer.blender.org/rB562a488fb05f8a45db210726516a545ab59923d5

Add Basque (Euskara) new language.

Nothing critical, but would be nice to backport this to 2.77.

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

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 2dc8ccb..21e1f14 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -88,7 +88,8 @@ LANGUAGES = (
     (38, "Uzbek (Oʻzbek)", "uz_UZ"),
     (39, "Uzbek Cyrillic (Ўзбек)", "uz_UZ at cyrillic"),
     (40, "Hindi (मानक हिन्दी)", "hi_IN"),
-    (41, "Vietnamese (tiếng Việt)", "vi_VN"),
+    (41, "Vitnamese (tiếng Việt)", "vi_VN"),
+    (42, "Basque (Euskara)", "eu_EU"),
 )
 
 # Default context, in py!




More information about the Bf-blender-cvs mailing list