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] locales: ay_PE: rename Aymara locale


CLDR/ISO 639 uses "ay" as the language code, not "ayc".
---
 localedata/SUPPORTED                 |  2 +-
 localedata/locales/{ayc_PE => ay_PE} | 36 +++++++++++++++++-------------------
 2 files changed, 18 insertions(+), 20 deletions(-)
 rename localedata/locales/{ayc_PE => ay_PE} (91%)

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index f8cf0eb..dda8146 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -49,7 +49,7 @@ ar_TN.UTF-8/UTF-8 \
 ar_TN/ISO-8859-6 \
 ar_YE.UTF-8/UTF-8 \
 ar_YE/ISO-8859-6 \
-ayc_PE/UTF-8 \
+ay_PE/UTF-8 \
 az_AZ/UTF-8 \
 as_IN/UTF-8 \
 ast_ES.UTF-8/UTF-8 \
diff --git a/localedata/locales/ayc_PE b/localedata/locales/ay_PE
similarity index 91%
rename from localedata/locales/ayc_PE
rename to localedata/locales/ay_PE
index 9ec91df..f672d33 100644
--- a/localedata/locales/ayc_PE
+++ b/localedata/locales/ay_PE
@@ -3,7 +3,7 @@ escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-% Aymara, Southern (ayc) language locale for Peru
+% Aymara, Southern (ay) language locale for Peru
 %
 % Charset: UTF-8
 %
@@ -23,7 +23,7 @@ escape_char /
 % con los cÃdigos ISO-639 disponibles en la actualidad y su disposiciÃn a trabajar con
 % todos los interesados ââen mejorar la representaciÃn de todas las lenguas andinas.
 %
-% build with: localedef -f UTF-8 -i ayc_PE ayc_PE
+% build with: localedef -f UTF-8 -i ay_PE ay_PE
 %
 % This file is a part of GNU C Library (glibc) and contains locale data. The
 % Free Software Foundation does not claim any copyright interest in the
@@ -35,7 +35,7 @@ escape_char /
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
-title      "Aymara (ayc) locale for Peru"
+title      "Aymara (ay) locale for Peru"
 source       "runasimipi.org"
 address      ""
 contact      ""
@@ -47,18 +47,18 @@ territory "Peru"
 revision  "1.1"
 date      "2011-11-13"
 %
-category  "ayc_PE:2011";LC_IDENTIFICATION
-category  "ayc_PE:2011";LC_CTYPE
-category  "ayc_PE:2011";LC_COLLATE
-category  "ayc_PE:2011";LC_TIME
-category  "ayc_PE:2011";LC_NUMERIC
-category  "ayc_PE:2011";LC_MONETARY
-category  "ayc_PE:2011";LC_PAPER
-category  "ayc_PE:2011";LC_MEASUREMENT
-category  "ayc_PE:2011";LC_MESSAGES
-category  "ayc_PE:2011";LC_NAME
-category  "ayc_PE:2011";LC_ADDRESS
-category  "ayc_PE:2011";LC_TELEPHONE
+category  "ay_PE:2011";LC_IDENTIFICATION
+category  "ay_PE:2011";LC_CTYPE
+category  "ay_PE:2011";LC_COLLATE
+category  "ay_PE:2011";LC_TIME
+category  "ay_PE:2011";LC_NUMERIC
+category  "ay_PE:2011";LC_MONETARY
+category  "ay_PE:2011";LC_PAPER
+category  "ay_PE:2011";LC_MEASUREMENT
+category  "ay_PE:2011";LC_MESSAGES
+category  "ay_PE:2011";LC_NAME
+category  "ay_PE:2011";LC_ADDRESS
+category  "ay_PE:2011";LC_TELEPHONE
 END LC_IDENTIFICATION
 
 LC_CTYPE
@@ -207,10 +207,8 @@ country_car    "<U0050><U0045>"
 lang_name    "<U0041><U0079><U006D><U0061><U0072><U0020><U0061><U0072><U0075>"
 % ay
 lang_ab    "<U0061><U0079>"
-% ayc
-lang_term    "<U0061><U0079><U0063>"
-% ayc
-lang_lib    "<U0061><U0079><U0063>"
+lang_term  ""
+lang_lib   "<U0061><U0079><U004D>"
 END LC_ADDRESS
 
 LC_TELEPHONE
-- 
2.6.2


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