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/makesrna/intern/rna_userdef.c
parent85c675840613bbbcf695717a8ccb8c154ff9a7e3 (diff)
Add Nepali translation
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 4fb75126a23..533895fedaa 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -2497,6 +2497,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{22, "BULGARIAN", 0, N_("Bulgarian (Български)"), "bg_BG"},
{23, "GREEK", 0, N_("Greek (Ελληνικά)"), "el_GR"},
{24, "KOREAN", 0, N_("Korean (한국 언어)"), "ko_KR"},
+ {25, "Nepali", 0, N_("Nepali (नेपाली)"), "ne_NP"},
{0, NULL, 0, NULL, NULL}};
srna= RNA_def_struct(brna, "UserPreferencesSystem", NULL);