changeset 29972:f4c8b3ba3ef1

Add some missing translation mappings and correct some encodings that were wrong.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 18 May 2010 17:38:19 +0000
parents a266adc60c7b
children 04115d048292
files pidgin/win32/nsis/create_nsis_translations.pl
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/nsis/create_nsis_translations.pl	Tue May 18 07:13:43 2010 +0000
+++ b/pidgin/win32/nsis/create_nsis_translations.pl	Tue May 18 17:38:19 2010 +0000
@@ -87,7 +87,7 @@
 
 # Commented out locales that are not available in nsis
 my %localeNames = (
-  "af" =>	["Afrikaans", "UTF-8"],
+  "af" =>	["Afrikaans", "WINDOWS-1252"],
 #  "am" =>	["Amharic", "UTF-8"],
   "ar" =>	["Arabic", "WINDOWS-1256"],
   "bg" =>	["Bulgarian", "WINDOWS-1251"],
@@ -101,10 +101,11 @@
   "en" =>	["English", "WINDOWS-1252"],
   "es" =>	["Spanish", "WINDOWS-1252"],
   "eu" =>	["Basque", "WINDOWS-1252"],
-#  "fa" =>	["Persian", "UTF-8"],
+  "fa" =>	["Farsi", "WINDOWS-1256"],
   "fi" =>	["Finnish", "WINDOWS-1252"],
   "fr" =>	["French", "WINDOWS-1252"],
   "ga" =>	["Irish", "WINDOWS-1252"],
+  "gl" =>	["Galician", "WINDOWS-1252"],
 #  "gu" =>	["Gujarati", "UTF-8"],
   "he" =>	["Hebrew", "WINDOWS-1255"],
 #  "hi" =>	["Hindi", "UTF-8"],
@@ -115,6 +116,7 @@
   "ja" =>	["Japanese", "CP932"],
 #  "ka" =>	["Georgian", "UTF-8"],
   "ko" =>	["Korean", "MSCP949"],
+  "ku" =>	["Kurdish", "WINDOWS-1254"],
   "lt" =>	["Lithuanian", "WINDOWS-1257"],
   "mk" =>	["Macedonian", "WINDOWS-1251"],
 #  "ml" =>	["Malayalam", "UTF-8"],
@@ -123,7 +125,7 @@
   "nb" =>	["Norwegian", "WINDOWS-1252"],
 #  "ne" =>	["Nepal", "UTF-8"],
   "nl" =>	["Dutch", "WINDOWS-1252"],
-  "nn" =>	["NorwegianNynorsk", "UTF-8"],
+  "nn" =>	["NorwegianNynorsk", "WINDOWS-1252"],
 #  "oc" =>	["Occitan", "WINDOWS-1252"],
 #  "pa" =>	["Punjabi", "UTF-8"],
   "pl" =>	["Polish", "WINDOWS-1250"],
@@ -136,7 +138,8 @@
   "sl" =>	["Slovenian", "WINDOWS-1250"],
 #  "so" =>	["Somali", "UTF-8"],
   "sq" =>	["Albanian", "WINDOWS-1252"],
-  "sr" =>	["Serbian", "WINDOWS-1250"],
+  "sr" =>	["Serbian", "WINDOWS-1251"],
+  "sr@latin" =>	["SerbianLatin", "WINDOWS-1250"],
   "sv" =>	["Swedish", "WINDOWS-1252"],
 #  "ta" =>	["Tamil", "UTF-8"],
   "th" =>	["Thai", "WINDOWS-874"],