25845f
This patch adds support for el_GR@euro.  It also updates el_GR,
25845f
ur_IN and wal_ET to i18n:2012.
25845f
These changes are a *subset* of this upstream patch and, therefore, should
25845f
not be pushed upstream.
25845f
25845f
commit 1a06eee86989d7058d317f3643355f8ec5e87efb
25845f
Author: Mike Frysinger <vapier@gentoo.org>
25845f
Date:   Wed Apr 13 11:22:00 2016 -0400
25845f
25845f
    localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014 standard
25845f
25845f
    The ISO 30112 standard defines the valid values for the category
25845f
    keyword as only a few options:
25845f
        posix:1993
25845f
        i18n:2004
25845f
        i18n:2012
25845f
25845f
    The vast majority of locales had changed the "i18n" string to the
25845f
    name of its own locale (e.g. "ak_GH:2013") as well as tweaking the
25845f
    date (presumably thinking it should be the date of submission).
25845f
25845f
    Convert all of them to "i18n:2012" for consistency.  A follow up
25845f
    change will update localedef to actually check/validate the field.
25845f
25845f
25845f
diff -Nrup a/localedata/locales/el_GR b/localedata/locales/el_GR
25845f
--- a/localedata/locales/el_GR	2012-12-24 22:02:13.000000000 -0500
25845f
+++ b/localedata/locales/el_GR	2018-06-10 10:23:23.156283677 -0400
25845f
@@ -1,6 +1,13 @@
25845f
 comment_char %
25845f
-escape_char  /
25845f
-%
25845f
+escape_char /
25845f
+
25845f
+% This file is part of the GNU C Library and contains locale data.
25845f
+% The Free Software Foundation does not claim any copyright interest
25845f
+% in the locale data contained in this file.  The foregoing does not
25845f
+% affect the license of the GNU C Library as a whole.  It does not
25845f
+% exempt you from the conditions of the license if your use would
25845f
+% otherwise be governed by that license.
25845f
+
25845f
 % Greek Language Locale for Greece
25845f
 % Source: RAP
25845f
 % Address: Sankt Jo//rgens Alle 8
25845f
@@ -15,8 +22,6 @@ escape_char  /
25845f
 % Date: 1996-10-15
25845f
 % Users: general
25845f
 % Charset: ISO-8859-7
25845f
-% Distribution and use is free, also
25845f
-% for commercial purposes.
25845f
 
25845f
 LC_IDENTIFICATION
25845f
 title      "Greek locale for Greece"
25845f
@@ -30,19 +35,19 @@ language   "Greek"
25845f
 territory  "Greece"
25845f
 revision   "1.0"
25845f
 date       "2000-06-29"
25845f
-%
25845f
-category  "el_GR:2000";LC_IDENTIFICATION
25845f
-category  "el_GR:2000";LC_CTYPE
25845f
-category  "el_GR:2000";LC_COLLATE
25845f
-category  "el_GR:2000";LC_TIME
25845f
-category  "el_GR:2000";LC_NUMERIC
25845f
-category  "el_GR:2000";LC_MONETARY
25845f
-category  "el_GR:2000";LC_MESSAGES
25845f
-category  "el_GR:2000";LC_PAPER
25845f
-category  "el_GR:2000";LC_NAME
25845f
-category  "el_GR:2000";LC_ADDRESS
25845f
-category  "el_GR:2000";LC_TELEPHONE
25845f
 
25845f
+category "i18n:2012";LC_IDENTIFICATION
25845f
+category "i18n:2012";LC_CTYPE
25845f
+category "i18n:2012";LC_COLLATE
25845f
+category "i18n:2012";LC_TIME
25845f
+category "i18n:2012";LC_NUMERIC
25845f
+category "i18n:2012";LC_MONETARY
25845f
+category "i18n:2012";LC_MESSAGES
25845f
+category "i18n:2012";LC_PAPER
25845f
+category "i18n:2012";LC_NAME
25845f
+category "i18n:2012";LC_ADDRESS
25845f
+category "i18n:2012";LC_TELEPHONE
25845f
+category "i18n:2012";LC_MEASUREMENT
25845f
 END LC_IDENTIFICATION
25845f
 
25845f
 LC_COLLATE
25845f
@@ -58,8 +63,10 @@ translit_end
25845f
 END LC_CTYPE
25845f
 
25845f
 LC_MESSAGES
25845f
-yesexpr "<U005E><U005B><U03BD><U039D><U0079><U0059><U005D><U002E><U002A>"
25845f
-noexpr  "<U005E><U005B><U03BF><U039F><U006E><U004E><U005D><U002E><U002A>"
25845f
+yesexpr "<U005E><U005B><U002B><U0031><U03BD><U039D><U0079><U0059><U005D>"
25845f
+noexpr  "<U005E><U005B><U002D><U0030><U03BF><U039F><U006E><U004E><U005D>"
25845f
+yesstr  "<U03BD><U03B1><U03B9>"
25845f
+nostr   "<U03CC><U03C7><U03B9>"
25845f
 END LC_MESSAGES
25845f
 
25845f
 LC_MONETARY
25845f
@@ -139,15 +146,12 @@ t_fmt_ampm "<U0025><U0049><U003A><U0025>
25845f
 %
25845f
 % Appropriate date representation (date(1))   "%a %d %b %Y %r %Z"
25845f
 date_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
25845f
-first_workday 2
25845f
+week 7;19971130;4
25845f
 first_weekday 2
25845f
 END LC_TIME
25845f
 
25845f
 LC_PAPER
25845f
-% FIXME
25845f
-height   297
25845f
-% FIXME
25845f
-width    210
25845f
+copy "i18n"
25845f
 END LC_PAPER
25845f
 
25845f
 LC_TELEPHONE
25845f
@@ -158,8 +162,7 @@ int_select     "<U0030><U0030>"
25845f
 END LC_TELEPHONE
25845f
 
25845f
 LC_MEASUREMENT
25845f
-% FIXME
25845f
-measurement    1
25845f
+copy "i18n"
25845f
 END LC_MEASUREMENT
25845f
 
25845f
 LC_NAME
25845f
@@ -173,7 +176,18 @@ postal_fmt    "<U0025><U0066><U0025>
25845f
 <U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
25845f
 <U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
25845f
 <U004E><U0025><U0063><U0025><U004E>"
25845f
+country_name "<U0395><U03BB><U03BB><U03AC><U03B4><U03B1>"
25845f
 country_ab2 "<U0047><U0052>"
25845f
 country_ab3 "<U0047><U0052><U0043>"
25845f
 country_num 300
25845f
+% GR
25845f
+country_car    "<U0047><U0052>"
25845f
+% ελληνικά
25845f
+lang_name    "<U03B5><U03BB><U03BB><U03B7><U03BD><U03B9><U03BA><U03AC>"
25845f
+% el
25845f
+lang_ab      "<U0065><U006C>"
25845f
+% ell
25845f
+lang_term    "<U0065><U006C><U006C>"
25845f
+% gre
25845f
+lang_lib    "<U0067><U0072><U0065>"
25845f
 END LC_ADDRESS
25845f
diff -Nrup a/localedata/locales/el_GR@euro b/localedata/locales/el_GR@euro
25845f
--- a/localedata/locales/el_GR@euro	2012-12-24 22:02:13.000000000 -0500
25845f
+++ b/localedata/locales/el_GR@euro	2018-06-08 14:34:49.809871475 -0400
25845f
@@ -1,5 +1,12 @@
25845f
-escape_char /
25845f
 comment_char %
25845f
+escape_char /
25845f
+
25845f
+% This file is part of the GNU C Library and contains locale data.
25845f
+% The Free Software Foundation does not claim any copyright interest
25845f
+% in the locale data contained in this file.  The foregoing does not
25845f
+% affect the license of the GNU C Library as a whole.  It does not
25845f
+% exempt you from the conditions of the license if your use would
25845f
+% otherwise be governed by that license.
25845f
 
25845f
 LC_IDENTIFICATION
25845f
 title      "Greek locale for Greece with Euro"
25845f
@@ -13,19 +20,19 @@ language   "Greek"
25845f
 territory  "Greece"
25845f
 revision   "1.0"
25845f
 date       "2000-06-24"
25845f
-%
25845f
-category  "el_GR@euro:2000";LC_IDENTIFICATION
25845f
-category  "el_GR@euro:2000";LC_CTYPE
25845f
-category  "el_GR@euro:2000";LC_COLLATE
25845f
-category  "el_GR@euro:2000";LC_TIME
25845f
-category  "el_GR@euro:2000";LC_NUMERIC
25845f
-category  "el_GR@euro:2000";LC_MONETARY
25845f
-category  "el_GR@euro:2000";LC_MESSAGES
25845f
-category  "el_GR@euro:2000";LC_PAPER
25845f
-category  "el_GR@euro:2000";LC_NAME
25845f
-category  "el_GR@euro:2000";LC_ADDRESS
25845f
-category  "el_GR@euro:2000";LC_TELEPHONE
25845f
 
25845f
+category "i18n:2012";LC_IDENTIFICATION
25845f
+category "i18n:2012";LC_CTYPE
25845f
+category "i18n:2012";LC_COLLATE
25845f
+category "i18n:2012";LC_TIME
25845f
+category "i18n:2012";LC_NUMERIC
25845f
+category "i18n:2012";LC_MONETARY
25845f
+category "i18n:2012";LC_MESSAGES
25845f
+category "i18n:2012";LC_PAPER
25845f
+category "i18n:2012";LC_NAME
25845f
+category "i18n:2012";LC_ADDRESS
25845f
+category "i18n:2012";LC_TELEPHONE
25845f
+category "i18n:2012";LC_MEASUREMENT
25845f
 END LC_IDENTIFICATION
25845f
 
25845f
 LC_CTYPE
25845f
@@ -63,7 +70,6 @@ LC_NAME
25845f
 copy "el_GR"
25845f
 END LC_NAME
25845f
 
25845f
-
25845f
 LC_ADDRESS
25845f
 copy "el_GR"
25845f
 END LC_ADDRESS
25845f
diff -Nrup a/localedata/locales/ur_IN b/localedata/locales/ur_IN
25845f
--- a/localedata/locales/ur_IN	2018-06-08 14:15:14.876886162 -0400
25845f
+++ b/localedata/locales/ur_IN	2018-06-08 15:20:51.893461943 -0400
25845f
@@ -1,5 +1,13 @@
25845f
-comment_char    %
25845f
-escape_char     /
25845f
+comment_char %
25845f
+escape_char /
25845f
+
25845f
+% This file is part of the GNU C Library and contains locale data.
25845f
+% The Free Software Foundation does not claim any copyright interest
25845f
+% in the locale data contained in this file.  The foregoing does not
25845f
+% affect the license of the GNU C Library as a whole.  It does not
25845f
+% exempt you from the conditions of the license if your use would
25845f
+% otherwise be governed by that license.
25845f
+
25845f
 % Urdu language locale for India.
25845f
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
25845f
 % Mrs. Nasreen Khan
25845f
@@ -17,20 +25,19 @@ language    "Urdu"
25845f
 territory   "India"
25845f
 revision    "1.0"
25845f
 date        "2009,June,09"
25845f
-%
25845f
-category  "ur_IN:2009";LC_IDENTIFICATION
25845f
-category  "ur_IN:2009";LC_CTYPE
25845f
-category  "ur_IN:2009";LC_COLLATE
25845f
-category  "ur_IN:2009";LC_TIME
25845f
-category  "ur_IN:2009";LC_NUMERIC
25845f
-category  "ur_IN:2009";LC_MONETARY
25845f
-category  "ur_IN:2009";LC_MESSAGES
25845f
-category  "ur_IN:2009";LC_PAPER
25845f
-category  "ur_IN:2009";LC_NAME
25845f
-category  "ur_IN:2009";LC_ADDRESS
25845f
-category  "ur_IN:2009";LC_TELEPHONE
25845f
-
25845f
 
25845f
+category "i18n:2012";LC_IDENTIFICATION
25845f
+category "i18n:2012";LC_CTYPE
25845f
+category "i18n:2012";LC_COLLATE
25845f
+category "i18n:2012";LC_TIME
25845f
+category "i18n:2012";LC_NUMERIC
25845f
+category "i18n:2012";LC_MONETARY
25845f
+category "i18n:2012";LC_MESSAGES
25845f
+category "i18n:2012";LC_PAPER
25845f
+category "i18n:2012";LC_NAME
25845f
+category "i18n:2012";LC_ADDRESS
25845f
+category "i18n:2012";LC_TELEPHONE
25845f
+category "i18n:2012";LC_MEASUREMENT
25845f
 END LC_IDENTIFICATION
25845f
 
25845f
 
25845f
@@ -132,20 +139,15 @@ t_fmt       "<U0025><U0049><U003A>
25845f
 % Appropriate 12 h time representation (%r)
25845f
 t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/
25845f
 <U0020><U0025><U0070><U0020><U0025><U005A>"
25845f
-%
25845f
-% Appropriate date representation (date(1))   "%a %b %e %H:%M:%S %Z %Y"
25845f
-date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
25845f
-<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
25845f
-<U0025><U005A><U0020><U0025><U0059>"
25845f
+week 7;19971130;1
25845f
 END LC_TIME
25845f
 
25845f
 
25845f
 LC_MESSAGES
25845f
-yesexpr     "<U005E><U005B><U06C1><U0079><U0059><U005D><U002E><U002A>"
25845f
-noexpr      "<U005E><U005B><U0646><U006E><U004E><U005D><U002E><U002A>"
25845f
-
25845f
-yesstr      "<U06C1><U0627><U06BA>"
25845f
-nostr       "<U0646><U06C1><U06CC><U06BA>"
25845f
+yesexpr "<U005E><U005B><U002B><U0031><U06C1><U0079><U0059><U005D>"
25845f
+noexpr  "<U005E><U005B><U002D><U0030><U0646><U006E><U004E><U005D>"
25845f
+yesstr  "<U06C1><U0627><U06BA>"
25845f
+nostr   "<U0646><U06C1><U06CC><U06BA>"
25845f
 END LC_MESSAGES
25845f
 
25845f
 
25845f
@@ -170,7 +172,20 @@ END LC_NAME
25845f
 
25845f
 
25845f
 LC_ADDRESS
25845f
-copy "hi_IN"
25845f
+postal_fmt  "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
25845f
+<U0025><U0062><U0025><U0065><U0025><U0072>"
25845f
+country_name "<U0628><U06BE><U0627><U0631><U062A>"
25845f
+country_ab2 "<U0049><U004E>"
25845f
+country_ab3 "<U0049><U004E><U0044>"
25845f
+country_num 356
25845f
+% IND
25845f
+country_car    "<U0049><U004E><U0044>"
25845f
+% ur
25845f
+lang_ab      "<U0075><U0072>"
25845f
+% urd
25845f
+lang_term    "<U0075><U0072><U0064>"
25845f
+% urd
25845f
+lang_lib    "<U0075><U0072><U0064>"
25845f
 END LC_ADDRESS
25845f
 
25845f
 
25845f
diff -Nrup a/localedata/locales/wal_ET b/localedata/locales/wal_ET
25845f
--- a/localedata/locales/wal_ET	2012-12-24 22:02:13.000000000 -0500
25845f
+++ b/localedata/locales/wal_ET	2018-06-08 14:34:16.440637977 -0400
25845f
@@ -1,10 +1,16 @@
25845f
-comment_char    %
25845f
-escape_char     /
25845f
+comment_char %
25845f
+escape_char /
25845f
 
25845f
+% This file is part of the GNU C Library and contains locale data.
25845f
+% The Free Software Foundation does not claim any copyright interest
25845f
+% in the locale data contained in this file.  The foregoing does not
25845f
+% affect the license of the GNU C Library as a whole.  It does not
25845f
+% exempt you from the conditions of the license if your use would
25845f
+% otherwise be governed by that license.
25845f
 
25845f
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25845f
 %
25845f
-% Sidama language locale for Ethiopia.
25845f
+% Walaita language locale for Ethiopia.
25845f
 %
25845f
 % Charset: UTF-8
25845f
 %
25845f
@@ -27,24 +33,23 @@ contact    ""
25845f
 email      "locales@geez.org"
25845f
 tel        ""
25845f
 fax        ""
25845f
-language   "wal"
25845f
-territory  "ET"
25845f
+language   "Wolaytta"
25845f
+territory  "Ethiopia"
25845f
 revision   "0.10"
25845f
 date       "2004-04-25"
25845f
-%
25845f
-category  "i18n:2000";LC_IDENTIFICATION
25845f
-category  "i18n:2000";LC_COLLATE
25845f
-category  "i18n:2000";LC_CTYPE
25845f
-category  "i18n:2000";LC_MEASUREMENT
25845f
-category  "i18n:2000";LC_MONETARY
25845f
-category  "posix:1993";LC_NUMERIC
25845f
-category  "i18n:2000";LC_PAPER
25845f
-category  "i18n:2000";LC_TELEPHONE
25845f
-category  "i18n:2000";LC_ADDRESS
25845f
-category  "i18n:2000";LC_MESSAGES
25845f
-category  "i18n:2000";LC_NAME
25845f
-category  "i18n:2000";LC_TIME
25845f
-%
25845f
+
25845f
+category "i18n:2012";LC_IDENTIFICATION
25845f
+category "i18n:2012";LC_COLLATE
25845f
+category "i18n:2012";LC_CTYPE
25845f
+category "i18n:2012";LC_MEASUREMENT
25845f
+category "i18n:2012";LC_MONETARY
25845f
+category "i18n:2012";LC_NUMERIC
25845f
+category "i18n:2012";LC_PAPER
25845f
+category "i18n:2012";LC_TELEPHONE
25845f
+category "i18n:2012";LC_ADDRESS
25845f
+category "i18n:2012";LC_MESSAGES
25845f
+category "i18n:2012";LC_NAME
25845f
+category "i18n:2012";LC_TIME
25845f
 END LC_IDENTIFICATION
25845f
 
25845f
 
25845f
@@ -65,7 +70,7 @@ END LC_CTYPE
25845f
 
25845f
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25845f
 %
25845f
-%  Ethiopia Specifc and Shared Data:
25845f
+%  Ethiopia Specific and Shared Data:
25845f
 %
25845f
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25845f
 
25845f
@@ -92,7 +97,7 @@ END LC_TELEPHONE
25845f
 
25845f
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25845f
 %
25845f
-%  Sidama Specific Data:
25845f
+%  Walaita Specific Data:
25845f
 %
25845f
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25845f
 
25845f
@@ -107,14 +112,12 @@ country_post  "<U0045><U0054><U0048>"
25845f
 country_ab2   "<U0045><U0054>"
25845f
 country_ab3   "<U0045><U0054><U0048>"
25845f
 country_num   231   % 210 found in at least one ISO 3166 doc
25845f
-% country_car   unknown
25845f
+% ETH
25845f
+country_car    "<U0045><U0054><U0048>"
25845f
 % country_isbn  unknown, Need ISO 2108
25845f
 lang_name     "<U12C8><U120B><U12ED><U1273><U1271>"
25845f
 lang_term     "<U0077><U0061><U006C>"
25845f
 lang_lib      "<U0077><U0061><U006C>"
25845f
-
25845f
-
25845f
-%
25845f
 END LC_ADDRESS
25845f
 
25845f
 
25845f
@@ -232,5 +235,5 @@ date_fmt    "<U0025><U0041><U1363>
25845f
 <U0020><U130B><U120B><U1233>/
25845f
 <U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>/
25845f
 <U0020><U130D><U002F><U120B>"
25845f
+week 7;19971130;1
25845f
 END LC_TIME
25845f
-%
25845f
diff -Nrup a/localedata/SUPPORTED b/localedata/SUPPORTED
25845f
--- a/localedata/SUPPORTED	2018-06-08 14:15:13.059877630 -0400
25845f
+++ b/localedata/SUPPORTED	2018-06-08 16:07:15.349302352 -0400
25845f
@@ -109,6 +109,7 @@ dv_MV/UTF-8 \
25845f
 dz_BT/UTF-8 \
25845f
 el_GR.UTF-8/UTF-8 \
25845f
 el_GR/ISO-8859-7 \
25845f
+el_GR@euro/ISO-8859-7 \
25845f
 el_CY.UTF-8/UTF-8 \
25845f
 el_CY/ISO-8859-7 \
25845f
 en_AG/UTF-8 \