[Bf-blender-cvs] [b07c630] master: I18n: Add Vietnamese language.

Bastien Montagne noreply at git.blender.org
Mon Apr 20 14:27:47 CEST 2015


Commit: b07c630676978498895f9e6d6c8cc00ad8215812
Author: Bastien Montagne
Date:   Mon Apr 20 14:27:20 2015 +0200
Branches: master
https://developer.blender.org/rBb07c630676978498895f9e6d6c8cc00ad8215812

I18n: Add Vietnamese 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 c1d9b92..30ee3cd 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -88,6 +88,7 @@ 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"),
 )
 
 # Default context, in py!




More information about the Bf-blender-cvs mailing list