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

Christian PERRIER bubulle at debian.org
Mon Oct 22 05:42:49 UTC 2012


The following commit has been merged in the master branch:
commit 0d87d6c04b83fa903d88fdbcd253fe765166421e
Author: Christian PERRIER <bubulle at debian.org>
Date:   Mon Oct 22 06:58:21 2012 +0200

    Introduce common_name for ISO_639 lists

diff --git a/ChangeLog b/ChangeLog
index 9b60fda..58b21b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@ UNRELEASED
     - Ignored addition of "property alias" for Geok
       as we don't include these (yet?)
 
+  [ ISO 639 and ISO 639-3 ]
+  * Introduce the concept of common_name
+    in ISO-639 lists to allow solving issues
+    where the standard are clearly lagging behind
+    common practice (the Bangla/Bengali issue)
+    
   [ ISO 15924 translations ]
   * French by Christian Perrier (who just has to
     copy/paste from the standard, lucky bastard!)
@@ -24,8 +30,6 @@ UNRELEASED
 
   [ ISO 639 translations ]
   * Thai by Theppitak Karoonboonyanan
-
-  [ ISO 639 translations ]
   * bn_IN.po files renamed to bn.po.
     Indirectly related to LP#991002
 
diff --git a/iso_639/iso_639.xml b/iso_639/iso_639.xml
index 02fa01f..538e707 100644
--- a/iso_639/iso_639.xml
+++ b/iso_639/iso_639.xml
@@ -5,7 +5,7 @@ This file gives a list of all languages in the ISO 639
 standard, and is used to provide translations via gettext
 
 Copyright (C) 2004-2006 Alastair McKinstry <mckinstry at computer.org>
-Copyright (C) 2004-2009 Christian Perrier <bubulle at debian.org>
+Copyright (C) 2004-2012 Christian Perrier <bubulle at debian.org>
 Copyright (C) 2005-2008 Tobias Quathamer <toddy at debian.org>
 
     This file is free software; you can redistribute it and/or
@@ -33,6 +33,7 @@ Source: <http://www.loc.gov/standards/iso639-2/>
 		iso_639_2T_code		CDATA	#REQUIRED
 		iso_639_1_code		CDATA	#IMPLIED
 		name			CDATA	#REQUIRED
+		common_name		CDATA	#IMPLIED
 	>
 ]>
 
diff --git a/iso_639_3/iso_639_3.xml b/iso_639_3/iso_639_3.xml
index 2df3954..85797b5 100644
--- a/iso_639_3/iso_639_3.xml
+++ b/iso_639_3/iso_639_3.xml
@@ -37,6 +37,7 @@ Source: <http://www.sil.org/iso639-3/>
 		inverted_name	CDATA	#IMPLIED
 		reference_name	CDATA	#REQUIRED
 		name		CDATA	#REQUIRED
+		common_name	CDATA	#IMPLIED
 	>
 ]>
 

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



More information about the Pkg-isocodes-devel mailing list