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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-09-15 20:51:55 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-09-15 20:51:55 +0400
commit4212d2ecb5d28286063bdf0074eb8f4539722e83 (patch)
treeab95f00c28564312c55e9bda08f13e25c0cc2ea8 /source/blender/blenfont
parent85c675840613bbbcf695717a8ccb8c154ff9a7e3 (diff)
Add Nepali translation
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 89d2d365013..3547e5095e2 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -93,6 +93,7 @@ static const char *locales[] = {
"bulgarian", "bg_BG",
"greek", "el_GR",
"korean" "ko_KR",
+ "nepali" "ne_NP",
};
void BLF_lang_init(void)