/pidgin/main: 83d0601c7bbc: Disable the farsi translation for th...
Daniel Atallah
datallah at pidgin.im
Tue Jan 28 10:38:18 EST 2014
Changeset: 83d0601c7bbcccd3ee0fadc0100df5a0979959fb
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2014-01-24 19:34 +0000
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/83d0601c7bbc
Description:
Disable the farsi translation for the win32 build because of limitations in the non-unicode nsis
diffstat:
pidgin/win32/nsis/create_nsis_translations.pl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff --git a/pidgin/win32/nsis/create_nsis_translations.pl b/pidgin/win32/nsis/create_nsis_translations.pl
--- a/pidgin/win32/nsis/create_nsis_translations.pl
+++ b/pidgin/win32/nsis/create_nsis_translations.pl
@@ -107,7 +107,8 @@ my %localeNames = (
"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"],
More information about the Commits
mailing list