From b302ed210c42ecf482d1a4fd0001013539e1a424 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 1 Mar 2016 20:04:49 +0100 Subject: Add Basque (Euskara) new language. Nothing critical, but would be nice to backport this to 2.77. --- release/scripts/modules/bl_i18n_utils/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index 2dc8ccbf22a..21e1f1415bc 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@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! -- cgit v1.2.3