From 30200427a99e5ddac9bad08599418d44d54aa9aa Mon Sep 17 00:00:00 2001 From: Chris Leonard Date: Mon, 22 Aug 2016 19:26:41 -0400 Subject: New locale for agr_PE. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #20496] * locale/iso-639.def: Add Awajún / Aguaruna (agr). [BZ #20496] * SUPPORTED: Add agr_PE. * locales/agr_PE: New file, Awajún / Aguaruna locale for Peru. --- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 + localedata/locales/agr_PE | 211 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 218 insertions(+) create mode 100644 localedata/locales/agr_PE (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index fdf0b960d2..a1455766c7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2017-07-11 Chris Leonard + + [BZ #20496] + * SUPPORTED: Add agr_PE. + * locales/agr_PE: New file, Awajún / Aguaruna locale for Peru. + 2017-07-11 Akhilesh Kumar [BZ #21710] diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index db756a6c0d..ae23abbabf 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -8,6 +8,7 @@ aa_ER@saaho/UTF-8 \ aa_ET/UTF-8 \ af_ZA.UTF-8/UTF-8 \ af_ZA/ISO-8859-1 \ +agr_PE/UTF-8 \ ak_GH/UTF-8 \ am_ET/UTF-8 \ an_ES.UTF-8/UTF-8 \ diff --git a/localedata/locales/agr_PE b/localedata/locales/agr_PE new file mode 100644 index 0000000000..79c827d5ce --- /dev/null +++ b/localedata/locales/agr_PE @@ -0,0 +1,211 @@ +comment_char % +escape_char / + +% This file is part of the GNU C Library and contains locale data. +% The Free Software Foundation does not claim any copyright interest +% in the locale data contained in this file. The foregoing does not +% affect the license of the GNU C Library as a whole. It does not +% exempt you from the conditions of the license if your use would +% otherwise be governed by that license. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Awajún / Aguaruna (agr) language locale for Peru +% +% Charset: UTF-8 +% +% Prepared and contributed to glibc by Chris Leonard and +% Sebastian Silva +% +% This locale data has been developed in collaboration between: +% Sugar Labs, http://www.sugarlabs.org/ +% One Laptop Per Child, http://one.laptop.org/ +% Somos Azúcar. http://somosazucar.org/ +% +% Los autores desean agradecer a los desafíos de la clasificación de las lenguas andinas +% 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 agr_PE agr_PE +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +LC_IDENTIFICATION +title "Awajún (agr) locale for Peru" +source "somosazucar.org" +address "" +contact "" +email "libc-alpha@sourceware.org" +tel "" +fax "" +language "Aguaruna" +territory "Peru" +revision "1.0" +date "2016-08-20" +% +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_TIME +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_MEASUREMENT +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE +END LC_IDENTIFICATION + +LC_CTYPE +copy "es_ES" +END LC_CTYPE + +LC_COLLATE +copy "iso14651_t1" +END LC_COLLATE + +LC_TIME +% Petsatin, Kupitin, Uyaitin, Tayutin, Kegketin, Tegmatin, Kuntutin, Yagkujutin, Daiktatin, Ipamtatin, Shinutin, Sakamtin +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Pet, Kup, Uya, Tay, Keg, Teg, Kun, Yag, Dait, Ipam, Shin, Sak +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Tuntuamtin, Achutin, Kugkuktin, Saketin, Shimpitin, Imaptin, Bataetin +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Tun, Ach, Kug, Sak, Shim, Im, Bat +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Abbreviated date and time representation to be referenced by the "%c" field descriptor - +% +% "%a" (short weekday name), +% "%d" (day of month as a decimal number), +% "%b" (short month name), +% "%Y" (year with century as a decimal number), +% "%T" (24-hour clock time in format HH:MM:SS), +% "%Z" (Time zone name) +% %a %d %b %Y %T %Z +d_t_fmt "" + +% Date representation to be referenced by the "%x" field descriptor - +% "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000). +d_fmt "" + +% Time representation to be referenced by the "%X" field descriptor - +% "%T" (24-hour clock time in format HH:MM:SS) +t_fmt "" + +% Define representation of ante meridian and post maritime strings - +% The "" mean 'default to "AM" and "PM". +am_pm "";"" + +% %I:%M:%S %p +t_fmt_ampm "" + +% Date representation not described in ISO/IEC 14652. Comes out as - +% "%a %b %e %H:%M:%S %Z %Y" which is default "date" command output +% +% %a - abbreviated weekday name, +% %b - abbreviated month name, +% %e - day of month as a decimal number with leading space (1 to 31), +% %H - hour (24-hour clock) as a decimal number (00 to 23), +% %M - minute as a decimal number (00 to 59), +% %S - seconds as a decimal number (00 to 59), +% %Z - time-zone name, +% %Y - year with century as a decimal number,e.g. 2001. +date_fmt "/ +/ +" +week 7;19971130;7 +first_weekday 1 +first_workday 2 +END LC_TIME + +LC_NUMERIC +copy "es_PE" +END LC_NUMERIC + +LC_MONETARY +copy "es_PE" +END LC_MONETARY + +LC_PAPER +copy "es_PE" +END LC_PAPER + +LC_MEASUREMENT +copy "es_PE" +END LC_MEASUREMENT + +LC_MESSAGES +% ^[+1eEsS].* +yesexpr "" +% ^[-0aAnN].* +noexpr "" +% ehe +yesstr "" +% atsa +nostr "" +END LC_MESSAGES + +LC_NAME +copy "es_PE" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +country_name "" +country_ab2 "" +country_ab3 "" +country_num 604 +% PE +country_car "" +% Awajún +lang_name "" +% ISO-639-1 "" +lang_ab "" +% ISO-639-2 "" +lang_term "" +% ISO-639-3 +lang_lib "" +END LC_ADDRESS + +LC_TELEPHONE +copy "es_PE" +END LC_TELEPHONE -- cgit 1.4.1