[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41045] trunk/blender/source/blender/ makesrna/intern/rna_userdef.c: Set the correct char for Persian name ( using \ufbfd instead of the arabic yeh one)

Dalai Felinto dfelinto at gmail.com
Sun Oct 16 01:50:05 CEST 2011


Revision: 41045
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41045
Author:   dfelinto
Date:     2011-10-15 23:50:05 +0000 (Sat, 15 Oct 2011)
Log Message:
-----------
Set the correct char for Persian name (using \ufbfd instead of the arabic yeh one)

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2011-10-15 23:49:01 UTC (rev 41044)
+++ trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2011-10-15 23:50:05 UTC (rev 41045)
@@ -2541,7 +2541,7 @@
 		{24, "KOREAN", 0, N_("Korean (한국 언어)"), "ko_KR"},
 		/*{25, "NEPALI", 0, N_("Nepali (नेपाली)"), "ne_NP"},*/
 		/* using the utf8 flipped form of Persian (فارسی) */
-		{26, "PERSIAN", 0, N_("Persian (ﺱﺭﺎﻓ)"), "fa_PE"},
+		{26, "PERSIAN", 0, N_("Persian (ﯽﺳﺭﺎﻓ)"), "fa_PE"},
 		{0, NULL, 0, NULL, NULL}};
 
 	srna= RNA_def_struct(brna, "UserPreferencesSystem", NULL);




More information about the Bf-blender-cvs mailing list