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:
authorDalai Felinto <dfelinto@gmail.com>2011-10-11 09:52:58 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-10-11 09:52:58 +0400
commit435a0ccda729da40e4b68b948fb8bb3601a63018 (patch)
tree0cf5a8b02837b6f66f9c63312cbf4f9f95fa3cf5 /source/blender/blenfont/intern
parent93e4de755243f7f8b839375d4dd4f75965198334 (diff)
Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Language Enum
Diffstat (limited to 'source/blender/blenfont/intern')
-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 0a102884969..ec9501c06a6 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -94,6 +94,7 @@ static const char *locales[] = {
"greek", "el_GR",
"korean", "ko_KR",
"nepali", "ne_NP",
+ "persian", "fa_PE",
};
void BLF_lang_init(void)