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-09-07 20:06:58 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-09-07 20:06:58 +0400
commit8367c79f6969a4d388292244e189eff675c22202 (patch)
treeb70565eb35199f16ac9788b67af7dc0d3dd4bbfb /source/blender/blenfont
parent86251329d0db4c331ecee144599b9cf5790dc310 (diff)
Adding Hebrew language.
Note: looks like we do not have hebrew chars in current font... More FontForge fun ahead. :/
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 55a65f07759..2b7e225d709 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -108,6 +108,7 @@ static const char *locales[] = {
"turkish", "tr_TR",
"hungarian", "hu_HU",
"brazilian portuguese", "pt_BR",
+ "hebrew", "he_IL",
};
void BLF_lang_init(void)