pidgin: 00a46884: Add some missing translation mappings an...

datallah at pidgin.im datallah at pidgin.im
Tue May 18 23:31:19 EDT 2010


-----------------------------------------------------------------
Revision: 00a468847820c34179875e968a4de992329c3dfa
Ancestor: f316b8569302efc6c9a4f1f62438bb2ab629ecab
Author: datallah at pidgin.im
Date: 2010-05-18T17:38:19
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/00a468847820c34179875e968a4de992329c3dfa

Modified files:
        pidgin/win32/nsis/create_nsis_translations.pl

ChangeLog: 

Add some missing translation mappings and correct some encodings that were wrong.

-------------- next part --------------
============================================================
--- pidgin/win32/nsis/create_nsis_translations.pl	7fce56e43e7962bd9e97fbb5c29282ee9ef001e3
+++ pidgin/win32/nsis/create_nsis_translations.pl	84e0d14bec8ab461c1b67ce69ca6f5fd13bdc074
@@ -87,7 +87,7 @@ my %localeNames = (
 
 # 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 @@ my %localeNames = (
   "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 @@ my %localeNames = (
   "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 @@ my %localeNames = (
   "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 @@ my %localeNames = (
   "sl" =>	["Slovenian", "WINDOWS-1250"],
 #  "so" =>	["Somali", "UTF-8"],
   "sq" =>	["Albanian", "WINDOWS-1252"],
-  "sr" =>	["Serbian", "WINDOWS-1250"],
+  "sr" =>	["Serbian", "WINDOWS-1251"],
+  "sr at latin" =>	["SerbianLatin", "WINDOWS-1250"],
   "sv" =>	["Swedish", "WINDOWS-1252"],
 #  "ta" =>	["Tamil", "UTF-8"],
   "th" =>	["Thai", "WINDOWS-874"],


More information about the Commits mailing list