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-01-10 18:02:27 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-01-10 18:02:27 +0400
commitd09a73b15958e53288807a56327f9df6a3f7d84a (patch)
treef5960364ca5c29c7e6d0525654d8711f2f1b77f8 /source/blender/blenfont
parent8391f534abb3494bbc5bde813bc1d78d1dc48fb7 (diff)
Adding the kyrgyz 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 6c27beb14a7..d96011f0f1e 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -104,6 +104,7 @@ static const char *locales[] = {
"persian", "fa_PE",
"indonesian", "id_ID",
"serbian (latin)", "sr_RS@latin",
+ "kyrgyz", "ky",
};
void BLF_lang_init(void)