pidgin/pidgin

Parents 3f04427974d7
Children 643cf2b5c923
Disable the farsi translation for the win32 build because of limitations in the non-unicode nsis
--- a/pidgin/win32/nsis/create_nsis_translations.pl Thu Jan 23 22:43:43 2014 -0800
+++ b/pidgin/win32/nsis/create_nsis_translations.pl Fri Jan 24 19:34:07 2014 +0000
@@ -107,7 +107,8 @@
"es" => ["Spanish", "WINDOWS-1252", "1034"],
"et" => ["Estonian", "WINDOWS-1257", "1061"],
"eu" => ["Basque", "WINDOWS-1252", "1069"],
- "fa" => ["Farsi", "WINDOWS-1256", "1065"],
+#Some values in the farsi translation can't be represented in what iconv thinks is WINDOWS-1256, so we disable it
+# "fa" => ["Farsi", "WINDOWS-1256", "1065"],
"fi" => ["Finnish", "WINDOWS-1252", "1035"],
"fr" => ["French", "WINDOWS-1252", "1036"],
"ga" => ["Irish", "WINDOWS-1252", "2108"],