[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50472] trunk/blender/source/blender: Adding Hebrew language.

Bastien Montagne montagne29 at wanadoo.fr
Fri Sep 7 18:06:58 CEST 2012


Revision: 50472
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50472
Author:   mont29
Date:     2012-09-07 16:06:58 +0000 (Fri, 07 Sep 2012)
Log Message:
-----------
Adding Hebrew language.

Note: looks like we do not have hebrew chars in current font... More FontForge fun ahead. :/

Modified Paths:
--------------
    trunk/blender/source/blender/blenfont/intern/blf_lang.c
    trunk/blender/source/blender/makesrna/intern/rna_userdef.c

Modified: trunk/blender/source/blender/blenfont/intern/blf_lang.c
===================================================================
--- trunk/blender/source/blender/blenfont/intern/blf_lang.c	2012-09-07 15:44:20 UTC (rev 50471)
+++ trunk/blender/source/blender/blenfont/intern/blf_lang.c	2012-09-07 16:06:58 UTC (rev 50472)
@@ -108,6 +108,7 @@
 	"turkish", "tr_TR",
 	"hungarian", "hu_HU",
 	"brazilian portuguese", "pt_BR",
+	"hebrew", "he_IL",
 };
 
 void BLF_lang_init(void)

Modified: trunk/blender/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2012-09-07 15:44:20 UTC (rev 50471)
+++ trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2012-09-07 16:06:58 UTC (rev 50472)
@@ -2982,7 +2982,7 @@
 	/* locale according to http://www.roseindia.net/tutorials/I18N/locales-list.shtml */
 	/* if you edit here, please also edit the source/blender/blenfont/intern/blf_lang.c 's locales */
 	/* Note: As this list is in alphabetical order, and not defined order,
-	 *       here is the highest define currently in use: 32 (Brazilian Portuguese). */
+	 *       here is the highest define currently in use: 33 (Hebrew). */
 	static EnumPropertyItem language_items[] = {
 		{ 0, "", 0, N_("Nearly done"), ""},
 		{ 0, "DEFAULT", 0, "Default (Default)", ""},
@@ -3008,6 +3008,7 @@
 		{ 6, "FINNISH", 0, "Finnish (Suomi)", "fi_FI"},
 		{ 5, "GERMAN", 0, "German (Deutsch)", "de_DE"},
 		{23, "GREEK", 0, "Greek (Ελληνικά)", "el_GR"},
+		{33, "HEBREW", 0, "Hebrew (עִבְרִית)", "he_IL"},
 		{31, "HUNGARIAN", 0, "Hungarian (magyar)", "hu_HU"},
 		{27, "INDONESIAN", 0, "Indonesian (Bahasa indonesia)", "id_ID"},
 		{29, "KYRGYZ", 0, "Kyrgyz (Кыргыз тили)", "ky_KG"},




More information about the Bf-blender-cvs mailing list