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>2011-12-23 17:36:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-12-23 17:36:07 +0400
commit46d23ae7676d6c17c787cecd33a54f601a8f3cc3 (patch)
tree376e7bceb4221277471a9a620bca8a1fa9569bb6 /source/blender/blenfont/intern
parent5627e1b33fda416711b5daf1c14fe3f007f5fc23 (diff)
Moving back sr locales to sr_RS (else, with recent changes (42830), loading sr was no more working). My mistake, using only sr wasn't useful here (unlike spanish, we only have one version of serbian, in cyrilic and latin forms...)!
Diffstat (limited to 'source/blender/blenfont/intern')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c4
1 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 71e4fba94f6..6fd868cd074 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -85,7 +85,7 @@ static const char *locales[] = {
"Chinese (Traditional)_China.1252", "zh_TW",
"russian", "ru_RU",
"croatian", "hr_HR",
- "serbian", "sr",
+ "serbian", "sr_RS",
"ukrainian", "uk_UA",
"polish", "pl_PL",
"romanian", "ro_RO",
@@ -96,7 +96,7 @@ static const char *locales[] = {
"nepali", "ne_NP",
"persian", "fa_PE",
"indonesian", "id_ID",
- "serbian (latin)", "sr@latin",
+ "serbian (latin)", "sr_RS@latin",
};
void BLF_lang_init(void)