fa_PE is no valid language code (how comes no one noted that yet?), fa_IR seems the right one!

Else, persian was just unavailable on Linux (at least, on Debian...).
This commit is contained in:
Bastien Montagne 2012-02-17 12:27:58 +00:00
parent 5ca057f755
commit b7f3887a3a
2 changed files with 2 additions and 2 deletions

@ -101,7 +101,7 @@ static const char *locales[] = {
"greek", "el_GR", "greek", "el_GR",
"korean", "ko_KR", "korean", "ko_KR",
"nepali", "ne_NP", "nepali", "ne_NP",
"persian", "fa_PE", "persian", "fa_IR",
"indonesian", "id_ID", "indonesian", "id_ID",
"serbian (latin)", "sr_RS@latin", "serbian (latin)", "sr_RS@latin",
"kyrgyz", "ky", "kyrgyz", "ky",

@ -2827,7 +2827,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{24, "KOREAN", 0, "Korean (한국 언어)", "ko_KR"}, {24, "KOREAN", 0, "Korean (한국 언어)", "ko_KR"},
{25, "NEPALI", 0, "Nepali (नेपाली)", "ne_NP"}, {25, "NEPALI", 0, "Nepali (नेपाली)", "ne_NP"},
/* using the utf8 flipped form of Persian (فارسی) */ /* using the utf8 flipped form of Persian (فارسی) */
{26, "PERSIAN", 0, "Persian (ﯽﺳﺭﺎﻓ)", "fa_PE"}, {26, "PERSIAN", 0, "Persian (ﯽﺳﺭﺎﻓ)", "fa_IR"},
{19, "POLISH", 0, "Polish (Polski)", "pl_PL"}, {19, "POLISH", 0, "Polish (Polski)", "pl_PL"},
{20, "ROMANIAN", 0, "Romanian (Român)", "ro_RO"}, {20, "ROMANIAN", 0, "Romanian (Român)", "ro_RO"},
{17, "SERBIAN", 0, "Serbian (Српски)", "sr_RS"}, {17, "SERBIAN", 0, "Serbian (Српски)", "sr_RS"},