This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] "Gallegan" should be "Galician"


Committed as obvious fix.

commit a9e8e0e0f3b8793b618f5b3c718723a7c12ba4b2
Author: Chris Leonard <cjlhomeaddress@gmail.com>
Date:   Fri Apr 13 19:09:44 2012 +0200

    "Gallegan" should be "Galician"
    
    	[BZ #13973]
    	* locale/iso-639.def: Fix gl language name. Spotted by
    	Yaron Shahrabani.

diff --git a/ChangeLog b/ChangeLog
index c29f9a7..25493ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
+
+	[BZ #13973]
+	* locale/iso-639.def: Fix gl language name. Spotted by
+	Yaron Shahrabani.
+
 2012-04-12  Roland McGrath  <roland@hack.frob.com>
 
 	[BZ #2074]
diff --git a/NEWS b/NEWS
index 961eb0a..9812e0e 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ Version 2.16
   13786, 13792, 13806, 13824, 13840, 13841, 13844, 13846, 13851, 13852,
   13854, 13871, 13872, 13873, 13879, 13883, 13892, 13895, 13908, 13910,
   13911, 13912, 13913, 13915, 13916, 13917, 13918, 13919, 13920, 13921,
-  13926, 13928, 13938, 13963, 13967
+  13926, 13928, 13938, 13963, 13967, 13973
 
 * ISO C11 support:
 
diff --git a/locale/iso-639.def b/locale/iso-639.def
index 17bb9f2..c79e9bf 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -160,7 +160,7 @@ DEFINE_LANGUAGE_CODE ("Western Frisian", fy, fry, fry)
 DEFINE_LANGUAGE_CODE3 ("Friulian", fur, fur)
 DEFINE_LANGUAGE_CODE ("Fulah", ff, ful, ful)
 DEFINE_LANGUAGE_CODE ("Gaelic; Scottish Gaelic", gd, gla, gla)
-DEFINE_LANGUAGE_CODE ("Gallegan", gl, glg, glg)
+DEFINE_LANGUAGE_CODE ("Galician", gl, glg, glg)
 DEFINE_LANGUAGE_CODE ("Ganda", lg, lug, lug)
 DEFINE_LANGUAGE_CODE3 ("Gayo", gay, gay)
 DEFINE_LANGUAGE_CODE3 ("Ga", gaa, gaa)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]