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>2012-10-15 21:48:33 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-10-15 21:48:33 +0400
commitd485fdcf34164a47488b000ffa4e3ef203af07a7 (patch)
treed64a492026edef2910be34e2ecdcb2d7ba685512 /source/blender/blenfont
parent827c70abd8c81089af13c4738e0586bf44e501ea (diff)
Adding new Esperanto language.
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index 1a1eff6a48c..ff574a71549 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -110,6 +110,7 @@ static const char *locales[] = {
"portuguese-brazilian", "pt_BR",
"hebrew", "he_IL",
"estonian", "et_EE",
+ "esperanto", "eo", /* No country code for esperanto! ;) */
};
void BLF_lang_init(void)