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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-11-18 13:16:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-11-18 13:16:29 +0400
commit7084ab4f43555fa6d9976895bb457e942937306e (patch)
tree6727d0dc5599145aa27105fd485d02e771e2b018 /source
parent971065ec9a596fc9009ed542dfa1f3ab32ef96c8 (diff)
Moving spanish code from es_ES to es for now (as the best spanish translation is es.po...).
Else, gettext first search into es_ES (and es_MX it seems???), before using content from es, which currently is not good.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c2
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index e8c6ff76934..2ba23e501b4 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -78,7 +78,7 @@ static const char *locales[] = {
"finnish", "fi_FI",
"swedish", "sv_SE",
"french", "fr_FR",
- "spanish", "es_ES",
+ "spanish", "es",
"catalan", "ca_AD",
"czech", "cs_CZ",
"ptb", "pt_BR",
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 4c53011390f..329a8b70d85 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -2620,7 +2620,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{4, "ITALIAN", 0, "Italian (Italiano)", "it_IT"},
{15, "RUSSIAN", 0, "Russian (Русский)", "ru_RU"},
{13, "SIMPLIFIED_CHINESE", 0, "Simplified Chinese (简体中文)", "zh_CN"},
- {9, "SPANISH", 0, "Spanish (Español)", "es_ES"},
+ {9, "SPANISH", 0, "Spanish (Español)", "es"},
{0, "", 0, "In progress", ""},
{2, "JAPANESE", 0, "Japanese (日本語)", "ja_JP"},
{3, "DUTCH", 0, "Dutch (Nederlandse taal)", "nl_NL"},