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-04-09 23:02:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-09 23:02:29 +0400
commit66ae32e0350cd9964b1631541adba420dc0f1437 (patch)
tree4ad9a98bc58c5d5523db670af0b2f1216d481963 /source/blender/makesrna/intern/rna_userdef.c
parented47be3bf2984c83a642bbabbd32710bcd72c829 (diff)
Fix own mistake with kyrgyz iso code (did not seem to bother blender, though…).
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 254425e6bd4..1635b98f74c 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -2882,7 +2882,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{23, "GREEK", 0, "Greek (Ελληνικά)", "el_GR"},
{27, "INDONESIAN", 0, "Indonesian (Bahasa indonesia)", "id_ID"},
{ 2, "JAPANESE", 0, "Japanese (日本語)", "ja_JP"},
- {29, "KYRGYZ", 0, "Kyrgyz (Кыргыз тили)", "ki_KG"},
+ {29, "KYRGYZ", 0, "Kyrgyz (Кыргыз тили)", "ky_KG"},
/* {24, "KOREAN", 0, "Korean (한국 언어)", "ko_KR"},*/ /* XXX No po's yet. */
{25, "NEPALI", 0, "Nepali (नेपाली)", "ne_NP"},
/* using the utf8 flipped form of Persian (فارسی) */