mirror of https://gitee.com/openkylin/glibc.git
eo_US
# Description: Add eo_US locale. # Ubuntu: https://launchpad.net/bugs/1918 # Description: Add eo_US locale. # Ubuntu: https://launchpad.net/bugs/1918 Gbp-Pq: Topic ubuntu/localedata Gbp-Pq: Name eo_US.diff
This commit is contained in:
parent
b170789f5f
commit
b7dc24b7a4
|
@ -165,6 +165,7 @@ en_ZM/UTF-8 \
|
||||||
en_ZW.UTF-8/UTF-8 \
|
en_ZW.UTF-8/UTF-8 \
|
||||||
en_ZW/ISO-8859-1 \
|
en_ZW/ISO-8859-1 \
|
||||||
eo/UTF-8 \
|
eo/UTF-8 \
|
||||||
|
eo_US.UTF-8/UTF-8 \
|
||||||
es_AR.UTF-8/UTF-8 \
|
es_AR.UTF-8/UTF-8 \
|
||||||
es_AR/ISO-8859-1 \
|
es_AR/ISO-8859-1 \
|
||||||
es_BO.UTF-8/UTF-8 \
|
es_BO.UTF-8/UTF-8 \
|
||||||
|
|
|
@ -0,0 +1,227 @@
|
||||||
|
comment_char %
|
||||||
|
escape_char /
|
||||||
|
|
||||||
|
% Esperanto language locale for the USA
|
||||||
|
% Contributed by David Mandelberg <mandelbergd@eth0.is-a-geek.org>
|
||||||
|
% based on eo_EO by Edmund GRIMLEY EVANS <edmundo@rano.org>
|
||||||
|
% with help from en_US by Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
LC_IDENTIFICATION
|
||||||
|
title "Esperanto locale for the USA"
|
||||||
|
source ""
|
||||||
|
address ""
|
||||||
|
contact ""
|
||||||
|
email "debian-esperanto@lists.debian.org"
|
||||||
|
tel ""
|
||||||
|
fax ""
|
||||||
|
language "Esperanto"
|
||||||
|
territory "USA"
|
||||||
|
revision "draft"
|
||||||
|
date "2005-08-27"
|
||||||
|
%
|
||||||
|
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 "i18n"
|
||||||
|
END LC_CTYPE
|
||||||
|
|
||||||
|
LC_COLLATE
|
||||||
|
copy "iso14651_t1"
|
||||||
|
|
||||||
|
collating-symbol <ccirc>
|
||||||
|
collating-symbol <gcirc>
|
||||||
|
collating-symbol <hcirc>
|
||||||
|
collating-symbol <jcirc>
|
||||||
|
collating-symbol <scirc>
|
||||||
|
collating-symbol <ubreve>
|
||||||
|
|
||||||
|
reorder-after <AFTER-C>
|
||||||
|
<ccirc>
|
||||||
|
reorder-after <AFTER-G>
|
||||||
|
<gcirc>
|
||||||
|
reorder-after <AFTER-H>
|
||||||
|
<hcirc>
|
||||||
|
reorder-after <AFTER-J>
|
||||||
|
<jcirc>
|
||||||
|
reorder-after <AFTER-S>
|
||||||
|
<scirc>
|
||||||
|
reorder-after <AFTER-U>
|
||||||
|
<ubreve>
|
||||||
|
|
||||||
|
<U0108> <ccirc>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U0109> <ccirc>;<BASE>;<MIN>;IGNORE
|
||||||
|
<U011C> <gcirc>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U011D> <gcirc>;<BASE>;<MIN>;IGNORE
|
||||||
|
<U0124> <hcirc>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U0125> <hcirc>;<BASE>;<MIN>;IGNORE
|
||||||
|
<U0134> <jcirc>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U0135> <jcirc>;<BASE>;<MIN>;IGNORE
|
||||||
|
<U015C> <scirc>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U015D> <scirc>;<BASE>;<MIN>;IGNORE
|
||||||
|
<U016C> <ubreve>;<BASE>;<CAP>;IGNORE
|
||||||
|
<U016D> <ubreve>;<BASE>;<MIN>;IGNORE
|
||||||
|
|
||||||
|
reorder-end
|
||||||
|
|
||||||
|
END LC_COLLATE
|
||||||
|
|
||||||
|
LC_MONETARY
|
||||||
|
int_curr_symbol "<U0055><U0053><U0044><U0020>" % "USD "
|
||||||
|
currency_symbol "<U0024>" % "$"
|
||||||
|
% "<U20AC>" ne eblas en ISO-8859-3
|
||||||
|
mon_decimal_point "<U002E>" % .
|
||||||
|
mon_thousands_sep "<U002C>" % ,
|
||||||
|
mon_grouping 3;3
|
||||||
|
positive_sign ""
|
||||||
|
negative_sign "<U002D>"
|
||||||
|
int_frac_digits 2
|
||||||
|
frac_digits 2
|
||||||
|
p_cs_precedes 1
|
||||||
|
p_sep_by_space 0
|
||||||
|
n_cs_precedes 1
|
||||||
|
int_n_sep_by_space 1
|
||||||
|
n_sep_by_space 0
|
||||||
|
p_sign_posn 1
|
||||||
|
n_sign_posn 1
|
||||||
|
END LC_MONETARY
|
||||||
|
|
||||||
|
LC_NUMERIC
|
||||||
|
decimal_point "<U002E>"
|
||||||
|
thousands_sep "<U002C>"
|
||||||
|
grouping 3;3
|
||||||
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
LC_TIME
|
||||||
|
|
||||||
|
% "dim";"lun";"mar";"mer";"ĵaŭ";"ven";"sab"
|
||||||
|
abday "<U0064><U0069><U006D>";"<U006C><U0075><U006E>";/
|
||||||
|
"<U006D><U0061><U0072>";"<U006D><U0065><U0072>";/
|
||||||
|
"<U0135><U0061><U016D>";"<U0076><U0065><U006E>";/
|
||||||
|
"<U0073><U0061><U0062>"
|
||||||
|
|
||||||
|
% "dimanĉo";"lundo";"mardo";"merkredo";"ĵaŭdo";"vendredo";"sabato"
|
||||||
|
day "<U0064><U0069><U006D><U0061><U006E><U0109><U006F>";/
|
||||||
|
"<U006C><U0075><U006E><U0064><U006F>";/
|
||||||
|
"<U006D><U0061><U0072><U0064><U006F>";/
|
||||||
|
"<U006D><U0065><U0072><U006B><U0072><U0065><U0064><U006F>";/
|
||||||
|
"<U0135><U0061><U016D><U0064><U006F>";/
|
||||||
|
"<U0076><U0065><U006E><U0064><U0072><U0065><U0064><U006F>";/
|
||||||
|
"<U0073><U0061><U0062><U0061><U0074><U006F>"
|
||||||
|
|
||||||
|
% "Jan";"Feb";"Mar";"Apr";"Maj";"Jun";"Jul";"Aŭg";"Sep";"Okt";"Nov";"Dec"
|
||||||
|
abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
|
||||||
|
"<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
|
||||||
|
"<U004D><U0061><U006A>";"<U004A><U0075><U006E>";/
|
||||||
|
"<U004A><U0075><U006C>";"<U0041><U016D><U0067>";/
|
||||||
|
"<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/
|
||||||
|
"<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
|
||||||
|
|
||||||
|
% "Januaro";"Februaro";"Marto";"Aprilo";"Majo";"Junio";
|
||||||
|
% "Julio";"Aŭgusto";"Septembro";"Oktobro";"Novembro";"Decembro"
|
||||||
|
mon "<U004A><U0061><U006E><U0075><U0061><U0072><U006F>";/
|
||||||
|
"<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U006F>";/
|
||||||
|
"<U004D><U0061><U0072><U0074><U006F>";/
|
||||||
|
"<U0041><U0070><U0072><U0069><U006C><U006F>";/
|
||||||
|
"<U004D><U0061><U006A><U006F>";/
|
||||||
|
"<U004A><U0075><U006E><U0069><U006F>";/
|
||||||
|
"<U004A><U0075><U006C><U0069><U006F>";/
|
||||||
|
"<U0041><U016D><U0067><U0075><U0073><U0074><U006F>";/
|
||||||
|
"<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0072><U006F>";/
|
||||||
|
"<U004F><U006B><U0074><U006F><U0062><U0072><U006F>";/
|
||||||
|
"<U004E><U006F><U0076><U0065><U006D><U0062><U0072><U006F>";/
|
||||||
|
"<U0044><U0065><U0063><U0065><U006D><U0062><U0072><U006F>"
|
||||||
|
|
||||||
|
am_pm "";""
|
||||||
|
|
||||||
|
% "%a %d %b %Y %T %z"
|
||||||
|
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U007A>"
|
||||||
|
|
||||||
|
% "%m/%d/%Y"
|
||||||
|
d_fmt "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0059>"
|
||||||
|
|
||||||
|
% "%r"
|
||||||
|
t_fmt "<U0025><U0072>"
|
||||||
|
|
||||||
|
% "%I:%M:%S %p"
|
||||||
|
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||||
|
<U0025><U0070>"
|
||||||
|
|
||||||
|
% "AM";"PM"
|
||||||
|
am_pm "<U0041><U004D>";"<U0050><U004D>"
|
||||||
|
|
||||||
|
% "%a %b %e %H:%M:%S %Z %Y"
|
||||||
|
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
||||||
|
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||||
|
<U0025><U005A><U0020><U0025><U0059>"
|
||||||
|
END LC_TIME
|
||||||
|
|
||||||
|
LC_MESSAGES
|
||||||
|
% "^[JjYy].*"
|
||||||
|
yesexpr "<U005E><U005B><U004A><U006A><U0059><U0079><U005D><U002E><U002A>"
|
||||||
|
% "^[Nn].*"
|
||||||
|
noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
|
||||||
|
END LC_MESSAGES
|
||||||
|
|
||||||
|
LC_PAPER
|
||||||
|
height 279
|
||||||
|
width 216
|
||||||
|
END LC_PAPER
|
||||||
|
|
||||||
|
LC_TELEPHONE
|
||||||
|
% "+%c (%a) %l"
|
||||||
|
tel_int_fmt "<U002B><U0025><U0063><U0020><U0028><U0025><U0061><U0029>/
|
||||||
|
<U0020><U0025><U006C>"
|
||||||
|
% "(%a) %l"
|
||||||
|
tel_dom_fmt "<U0028><U0025><U0061><U0029><U0020><U0025><U006C>"
|
||||||
|
% "11"
|
||||||
|
int_select "<U0031><U0031>"
|
||||||
|
% "1"
|
||||||
|
int_prefix "<U0031>"
|
||||||
|
END LC_TELEPHONE
|
||||||
|
|
||||||
|
LC_MEASUREMENT
|
||||||
|
measurement 2
|
||||||
|
END LC_MEASUREMENT
|
||||||
|
|
||||||
|
LC_NAME
|
||||||
|
% "%d%t%g%t%m%t%f"
|
||||||
|
name_fmt "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
|
||||||
|
<U0025><U006D><U0025><U0074><U0025><U0066>"
|
||||||
|
name_mr "<U0073><U002D><U0072><U006F>" % "s-ro"
|
||||||
|
name_mrs "<U0073><U002D><U0069><U006E><U006F>" % "s-ino"
|
||||||
|
name_ms "<U0073><U002D><U0069><U006E><U006F>" % "s-ino"
|
||||||
|
END LC_NAME
|
||||||
|
|
||||||
|
LC_ADDRESS
|
||||||
|
% "%f%N%a%N%d%N%b%N%s %h %e %r%N%%z %T%N%c%N"
|
||||||
|
postal_fmt "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
|
||||||
|
<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
|
||||||
|
<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
|
||||||
|
<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/
|
||||||
|
<U004E><U0025><U0063><U0025><U004E>"
|
||||||
|
country_name "<U0055><U0053><U0041>" % "USA"
|
||||||
|
country_post "<U0055><U0053><U0041>" % "USA"
|
||||||
|
country_ab2 "<U0055><U0053>" % "US"
|
||||||
|
country_ab3 "<U0055><U0053><U0041>" % "USA"
|
||||||
|
country_num 840
|
||||||
|
country_car "<U0055><U0053><U0041>" % "USA"
|
||||||
|
country_isbn 0
|
||||||
|
% "Esperanto"
|
||||||
|
lang_name "<U0045><U0073><U0070><U0065><U0072><U0061><U006E><U0074><U006F>"
|
||||||
|
lang_ab "<U0065><U006F>" % "eo"
|
||||||
|
lang_term "<U0065><U0070><U006F>" % "epo"
|
||||||
|
lang_lib "<U0065><U0070><U006F>" % "epo"
|
||||||
|
END LC_ADDRESS
|
Loading…
Reference in New Issue