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-14 23:38:27 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-10-14 23:38:27 +0400
commit36c53ec9c3450f250fe8ab9e351a53455792498c (patch)
treef7e0a9f074523a65aa83a3574e47287c1898a593 /source/blender/blenfont
parentb7f4c69ef72a0aba489153541d3747ff6ef3b72a (diff)
Adding Estonian new 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 b694f1fafa7..1a1eff6a48c 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -109,6 +109,7 @@ static const char *locales[] = {
"hungarian", "hu_HU",
"portuguese-brazilian", "pt_BR",
"hebrew", "he_IL",
+ "estonian", "et_EE",
};
void BLF_lang_init(void)