]> sourceware.org Git - glibc.git/commitdiff
localedata: an_ES: fix case of lang_ab
authorCarlos O'Donell <carlos@redhat.com>
Wed, 16 Mar 2016 04:54:56 +0000 (00:54 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 16 Mar 2016 04:54:56 +0000 (00:54 -0400)
This needs to be lowercase to match the local ISO 639 database.

localedata/ChangeLog
localedata/locales/an_ES

index 1183ce87cf1f9ab1e1c636b4a130236abe3b4808..1762cf12c0edc80c02a2969ef03e94eb8c142b9a 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-16  Carlos O'Donell  <carlos@redhat.com>
+
+       * locales/an_ES (lang_ab): Use lowercase.
+
 2016-03-05  Mike Frysinger  <vapier@gentoo.org>
 
        * locales/af_ZA (LC_IDENTIFICATION): Set tel & fax to "".
index e6d00f35196f51f7ab57769eaa8e722cfbd9dd33..202732dc6446fba1f6558cd8dd6c1235dc9feebb 100644 (file)
@@ -134,7 +134,7 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 country_ab2   "<U0045><U0053>"
 country_ab3   "<U0045><U0053><U0050>"
 country_num   724
-lang_ab       "<U0041><U004E>"
+lang_ab       "<U0061><U006E>"
 % E
 country_car    "<U0045>"
 % aragonés
This page took 0.05266 seconds and 5 git commands to generate.