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>2016-03-04 19:46:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-03-04 19:47:54 +0300
commit36366936122e1b14bbd60f6753c5165a42b4f8d5 (patch)
treee8a7fe0f76a243b3e754de3550c3b0051257ed21
parent7cd6a5c22145ffc63eb9422cd97b28f856d0c54b (diff)
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr).
-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 21e1f1415bc..dd6b79f6686 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -88,7 +88,7 @@ LANGUAGES = (
(38, "Uzbek (Oʻzbek)", "uz_UZ"),
(39, "Uzbek Cyrillic (Ўзбек)", "uz_UZ@cyrillic"),
(40, "Hindi (मानक हिन्दी)", "hi_IN"),
- (41, "Vitnamese (tiếng Việt)", "vi_VN"),
+ (41, "Vietnamese (tiếng Việt)", "vi_VN"),
(42, "Basque (Euskara)", "eu_EU"),
)