From b86970392c334a67156348a83f707bba0908511f Mon Sep 17 00:00:00 2001 From: Neskie Manuel Date: Sun, 17 Apr 2016 19:20:18 -0400 Subject: localedata: chr_US: new Cherokee locale [BZ #12143] --- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 + localedata/locales/chr_US | 141 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 localedata/locales/chr_US diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0aa20710ab..6e6acb3a1d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2016-05-07 Neskie Manuel + + [BZ #12143] + * locales/chr_US: New locale. + * SUPPORTED (SUPPORTED-LOCALES): Add chr_US/UTF-8. + 2016-05-07 Dimitris Pappas [BZ #18453] diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 3d5798afff..32121195b4 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -85,6 +85,7 @@ ca_FR/ISO-8859-15 \ ca_IT.UTF-8/UTF-8 \ ca_IT/ISO-8859-15 \ ce_RU/UTF-8 \ +chr_US/UTF-8 \ cmn_TW/UTF-8 \ crh_UA/UTF-8 \ cs_CZ.UTF-8/UTF-8 \ diff --git a/localedata/locales/chr_US b/localedata/locales/chr_US new file mode 100644 index 0000000000..1fa25fbd93 --- /dev/null +++ b/localedata/locales/chr_US @@ -0,0 +1,141 @@ +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. + +% Locale for Cherokee locale in the USA +% Contributed by Joseph Erb , 2010 + +LC_IDENTIFICATION +title "Cherokee language locale for United States" +source "Cherokee Nation" +address "http:////cldr.unicode.org//index//process" +contact "Joseph Erb" +email "josepherb7@gmail.com" +tel "" +fax "" +language "Cherokee" +territory "United States" +revision "1.0" +date "2010-10-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_MESSAGES +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE +category "i18n:2012";LC_MEASUREMENT +END LC_IDENTIFICATION + +LC_CTYPE +copy "en_US" +END LC_CTYPE + +LC_COLLATE +copy "en_US" +END LC_COLLATE + +LC_MONETARY +copy "en_US" +END LC_MONETARY + +LC_NUMERIC +copy "en_US" +END LC_NUMERIC + +LC_TIME +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon ""; "";/ + ""; "";/ + ""; "";/ + ""; "";/ + ""; "";/ + ""; "" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "/ +" +d_fmt "" +t_fmt "" +t_fmt_ampm "/ +" +am_pm "";"" +week 7;19971130;1 +END LC_TIME + +LC_MESSAGES +yesexpr "" +noexpr "" +yesstr "" +nostr "" +END LC_MESSAGES + +LC_PAPER +copy "en_US" +END LC_PAPER + +LC_NAME +% FIXME +copy "en_US" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +country_name "" +country_post "" +country_ab2 "" +country_ab3 "" +country_num 840 +country_car "" +country_isbn 0 +lang_name "" +lang_ab "" +lang_term "" +lang_lib "" +END LC_ADDRESS + +LC_TELEPHONE +copy "en_US" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "en_US" +END LC_MEASUREMENT -- cgit v1.2.1