[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. 957840ccde98c6343692f5ec5c75c871d89da1fd

LI Daobing lidaobing at gmail.com
Thu Feb 21 16:12:55 UTC 2013


The following commit has been merged in the master branch:
commit 957840ccde98c6343692f5ec5c75c871d89da1fd
Author: LI Daobing <lidaobing at gmail.com>
Date:   Fri Feb 22 00:08:02 2013 +0800

    iso_3166: Interlingua by Nik Kalach from TP

diff --git a/ChangeLog b/ChangeLog
index 90174a4..d892eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,7 @@ UNRELEASED
   * Latvian by Rihards PriedItis (TP)
   * Chinese (traditional) by Wei-Lun Chao (TP)
   * Icelandic by Sveinn í Felli (TP)
+  * Interlingua by Nik Kalach (TP)
 
   [ ISO 639-3 translations ]
   * German by Hendrik Knackstedt
diff --git a/iso-codes-merge.py b/iso-codes-merge.py
index 83ce5f8..0ceee0d 100755
--- a/iso-codes-merge.py
+++ b/iso-codes-merge.py
@@ -41,6 +41,7 @@ lang2Name = {'af': 'Afrikaans',
  'hr': 'Croatian',
  'hu': 'Hungarian',
  'hy': 'Armenian',
+ 'ia': 'Interlingua',
  'id': 'Indonesian',
  'is': 'Icelandic',
  'it': 'Italian',
@@ -152,7 +153,7 @@ class Isocodes(object):
                 os.unlink(fname)
 
     def _findLastTranslator(self, fname):
-        prefix ='"Last-Translator: ' 
+        prefix ='"Last-Translator: '
         for line in file(fname):
             if line.startswith(prefix):
                 line = line[len(prefix):]
@@ -175,7 +176,7 @@ class Isocodes(object):
 
         line = '  * %s by %s (TP)\n' % (lang2Name[lang], translator)
         lines[-1:-1] = [line]
-    
+
     def _findFirstSection(self, lines):
         for i in range(1, len(lines)):
             if lines[i].startswith('iso-codes'):
diff --git a/iso_3166/ia.po b/iso_3166/ia.po
index 666cfae..eed5804 100644
--- a/iso_3166/ia.po
+++ b/iso_3166/ia.po
@@ -7,10 +7,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: iso_3166\n"
-"Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth."
-"debian.org>\n"
-"POT-Creation-Date: 2013-02-12 07:20+0100\n"
+"Project-Id-Version: iso_3166 3.40\n"
+"Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel at lists.alioth.debian.org>\n"
+"POT-Creation-Date: 2012-08-23 07:39+0200\n"
 "PO-Revision-Date: 2013-01-27 01:00+0400\n"
 "Last-Translator: Nik Kalach <nik.kalach at inbox.ru>\n"
 "Language-Team: Interlingua <translation-team-ia at lists.sourceforge.net>\n"
@@ -1148,13 +1147,12 @@ msgid "Republic of Palau"
 msgstr "Republica de Palau"
 
 #. name for PSE
-msgid "Palestine, State of"
-msgstr ""
+msgid "Palestinian Territory, Occupied"
+msgstr "Palestina"
 
 #. official_name for PSE
-#, fuzzy
-msgid "the State of Palestine"
-msgstr "Stato de Eritrea"
+msgid "Occupied Palestinian Territory"
+msgstr "Territorio Palestin Occupate"
 
 #. name for PAN
 msgid "Panama"

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list