fix and rename locale to en_EU
This commit is contained in:
parent
5882206bc8
commit
53d57e70ec
2 changed files with 139 additions and 161 deletions
139
locale/en_EU
Normal file
139
locale/en_EU
Normal file
|
@ -0,0 +1,139 @@
|
||||||
|
escape_char /
|
||||||
|
comment_char %
|
||||||
|
|
||||||
|
LC_IDENTIFICATION
|
||||||
|
title "Country-agnostic Euro English locale"
|
||||||
|
source ""
|
||||||
|
address ""
|
||||||
|
contact ""
|
||||||
|
email ""
|
||||||
|
tel ""
|
||||||
|
fax ""
|
||||||
|
language "English"
|
||||||
|
territory "Europe"
|
||||||
|
revision "1.3"
|
||||||
|
date "2020-01-02"
|
||||||
|
|
||||||
|
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_COLLATE
|
||||||
|
|
||||||
|
% Copy the template from ISO/IEC 14651
|
||||||
|
copy "iso14651_t1"
|
||||||
|
|
||||||
|
END LC_COLLATE
|
||||||
|
|
||||||
|
LC_CTYPE
|
||||||
|
copy "i18n"
|
||||||
|
|
||||||
|
translit_start
|
||||||
|
include "translit_combining";""
|
||||||
|
translit_end
|
||||||
|
END LC_CTYPE
|
||||||
|
|
||||||
|
LC_MONETARY
|
||||||
|
int_curr_symbol "EUR "
|
||||||
|
currency_symbol "€"
|
||||||
|
mon_decimal_point "."
|
||||||
|
% u202f = narrow nbsp
|
||||||
|
mon_thousands_sep "<U202F>"
|
||||||
|
mon_grouping 3;3
|
||||||
|
positive_sign ""
|
||||||
|
negative_sign "-"
|
||||||
|
int_frac_digits 2
|
||||||
|
frac_digits 2
|
||||||
|
p_cs_precedes 1
|
||||||
|
int_p_sep_by_space 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 "."
|
||||||
|
% u202f = narrow nbsp
|
||||||
|
thousands_sep "<U202F>"
|
||||||
|
grouping 3;3
|
||||||
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
LC_TIME
|
||||||
|
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
|
||||||
|
day "Sunday";"Monday";"Tuesday";"Wednesday";"Thursday";"Friday";"Saturday"
|
||||||
|
|
||||||
|
week 7;19971130;7
|
||||||
|
first_weekday 2
|
||||||
|
first_workday 2
|
||||||
|
abmon "Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"
|
||||||
|
mon "January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"
|
||||||
|
|
||||||
|
% Appropriate date and time representation (%c)
|
||||||
|
d_t_fmt "%a %Y-%m-%d %H:%M:%S %Z"
|
||||||
|
|
||||||
|
% Appropriate date representation (%x)
|
||||||
|
d_fmt "%Y-%m-%d"
|
||||||
|
|
||||||
|
% Appropriate time representation (%X)
|
||||||
|
t_fmt "%H:%M:%S"
|
||||||
|
|
||||||
|
% Yankee garbage
|
||||||
|
am_pm "";""
|
||||||
|
t_fmt_ampm ""
|
||||||
|
|
||||||
|
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
|
||||||
|
date_fmt "%a %Y-%m-%d %H:%M:%S %Z"
|
||||||
|
END LC_TIME
|
||||||
|
|
||||||
|
LC_MESSAGES
|
||||||
|
yesexpr "^[yY].*"
|
||||||
|
noexpr "^[nN].*"
|
||||||
|
yesstr "Yes"
|
||||||
|
nostr "No"
|
||||||
|
END LC_MESSAGES
|
||||||
|
|
||||||
|
LC_PAPER
|
||||||
|
height 297
|
||||||
|
width 210
|
||||||
|
END LC_PAPER
|
||||||
|
|
||||||
|
LC_NAME
|
||||||
|
name_fmt "%d%t%g%t%m%t%f"
|
||||||
|
name_miss "Miss"
|
||||||
|
name_mr "Mr."
|
||||||
|
name_mrs "Mrs."
|
||||||
|
name_ms "Ms."
|
||||||
|
END LC_NAME
|
||||||
|
|
||||||
|
LC_ADDRESS
|
||||||
|
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
|
||||||
|
|
||||||
|
lang_name "English"
|
||||||
|
lang_ab "en"
|
||||||
|
lang_term "eng"
|
||||||
|
lang_lib "eng"
|
||||||
|
END LC_ADDRESS
|
||||||
|
|
||||||
|
LC_TELEPHONE
|
||||||
|
tel_int_fmt "+%c %a %l"
|
||||||
|
tel_dom_fmt "%a %l"
|
||||||
|
END LC_TELEPHONE
|
||||||
|
|
||||||
|
LC_MEASUREMENT
|
||||||
|
% metric
|
||||||
|
measurement 1
|
||||||
|
END LC_MEASUREMENT
|
161
locale/en_SD
161
locale/en_SD
|
@ -1,161 +0,0 @@
|
||||||
escape_char /
|
|
||||||
comment_char %
|
|
||||||
|
|
||||||
LC_IDENTIFICATION
|
|
||||||
title "Standard English locale"
|
|
||||||
source ""
|
|
||||||
address ""
|
|
||||||
contact ""
|
|
||||||
email ""
|
|
||||||
tel ""
|
|
||||||
fax ""
|
|
||||||
language "English"
|
|
||||||
territory "Earth"
|
|
||||||
revision "1.2"
|
|
||||||
date "2019-12-31"
|
|
||||||
%
|
|
||||||
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_COLLATE
|
|
||||||
|
|
||||||
% Copy the template from ISO/IEC 14651
|
|
||||||
copy "iso14651_t1"
|
|
||||||
|
|
||||||
END LC_COLLATE
|
|
||||||
|
|
||||||
LC_CTYPE
|
|
||||||
copy "i18n"
|
|
||||||
|
|
||||||
translit_start
|
|
||||||
include "translit_combining";""
|
|
||||||
translit_end
|
|
||||||
END LC_CTYPE
|
|
||||||
|
|
||||||
LC_MONETARY
|
|
||||||
int_curr_symbol "EUR "
|
|
||||||
currency_symbol "€"
|
|
||||||
mon_decimal_point "."
|
|
||||||
% u202f = narrow nbsp
|
|
||||||
mon_thousands_sep "<U202F>"
|
|
||||||
mon_grouping 3;3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "-"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
int_p_sep_by_space 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 "."
|
|
||||||
% u202f = narrow nbsp
|
|
||||||
thousands_sep "<U202F>"
|
|
||||||
grouping 3;3
|
|
||||||
END LC_NUMERIC
|
|
||||||
|
|
||||||
LC_TIME
|
|
||||||
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
|
|
||||||
day "Sunday";"Monday";"Tuesday";"Wednesday";"Thursday";"Friday";"Saturday"
|
|
||||||
|
|
||||||
week 7;19971130;7
|
|
||||||
first_weekday 2
|
|
||||||
first_workday 2
|
|
||||||
abmon "Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"
|
|
||||||
mon "January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"
|
|
||||||
|
|
||||||
% Appropriate date and time representation (%c)
|
|
||||||
d_t_fmt "%a %Y-%m-%d %H:%M:%S %Z"
|
|
||||||
%
|
|
||||||
% Appropriate date representation (%x)
|
|
||||||
d_fmt "%Y-%m-%d"
|
|
||||||
%
|
|
||||||
% Appropriate time representation (%X)
|
|
||||||
t_fmt "%H:%M:%S"
|
|
||||||
%
|
|
||||||
% Appropriate AM/PM time representation (%r)
|
|
||||||
% "%I:%M:%S %p"
|
|
||||||
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070>"
|
|
||||||
%
|
|
||||||
% Strings for AM/PM
|
|
||||||
%
|
|
||||||
am_pm "<U0041><U004D>";"<U0050><U004D>"
|
|
||||||
%
|
|
||||||
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
|
|
||||||
date_fmt "%a %Y-%m-%d %H:%M:%S %z"
|
|
||||||
END LC_TIME
|
|
||||||
|
|
||||||
LC_MESSAGES
|
|
||||||
yesexpr "<U005E><U005B><U0079><U0059><U005D><U002E><U002A>"
|
|
||||||
noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
|
|
||||||
yesstr "<U0059><U0065><U0073>"
|
|
||||||
nostr "<U004E><U006F>"
|
|
||||||
END LC_MESSAGES
|
|
||||||
|
|
||||||
LC_PAPER
|
|
||||||
height 297
|
|
||||||
width 210
|
|
||||||
END LC_PAPER
|
|
||||||
|
|
||||||
LC_NAME
|
|
||||||
name_fmt "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074><U0025><U006D><U0025><U0074><U0025><U0066>"
|
|
||||||
name_miss "<U004D><U0069><U0073><U0073><U002E>"
|
|
||||||
name_mr "<U004D><U0072><U002E>"
|
|
||||||
name_mrs "<U004D><U0072><U0073><U002E>"
|
|
||||||
name_ms "<U004D><U0073><U002E>"
|
|
||||||
END LC_NAME
|
|
||||||
|
|
||||||
|
|
||||||
LC_ADDRESS
|
|
||||||
postal_fmt "<U0025><U0061><U0025><U004E><U0025><U0066><U0025><U004E>/
|
|
||||||
<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0068>/
|
|
||||||
<U0020><U0025><U0073><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
|
|
||||||
<U004E><U0025><U0054><U002C><U0020><U0025><U0053><U0020><U0025><U007A><U0025>/
|
|
||||||
<U004E><U0025><U0063><U0025><U004E>"
|
|
||||||
country_name "<U0055><U0053><U0041>"
|
|
||||||
country_post "<U0055><U0053><U0041>"
|
|
||||||
country_ab2 "<U0055><U0053>"
|
|
||||||
country_ab3 "<U0055><U0053><U0041>"
|
|
||||||
country_num 840
|
|
||||||
% USA
|
|
||||||
country_car "<U0055><U0053><U0041>"
|
|
||||||
country_isbn 0
|
|
||||||
% English
|
|
||||||
lang_name "<U0045><U006E><U0067><U006C><U0069><U0073><U0068>"
|
|
||||||
% en
|
|
||||||
lang_ab "<U0065><U006E>"
|
|
||||||
% eng
|
|
||||||
lang_term "<U0065><U006E><U0067>"
|
|
||||||
% eng
|
|
||||||
lang_lib "<U0065><U006E><U0067>"
|
|
||||||
END LC_ADDRESS
|
|
||||||
|
|
||||||
LC_TELEPHONE
|
|
||||||
tel_int_fmt "<U002B><U0025><U0063><U0020><U0028><U0025><U0061><U0029><U0020><U0025><U006C>"
|
|
||||||
tel_dom_fmt "<U0028><U0025><U0061><U0029><U0020><U0025><U006C>"
|
|
||||||
int_select "<U0031><U0031>"
|
|
||||||
int_prefix "<U0031>"
|
|
||||||
END LC_TELEPHONE
|
|
||||||
|
|
||||||
LC_MEASUREMENT
|
|
||||||
% metric
|
|
||||||
measurement 1
|
|
||||||
END LC_MEASUREMENT
|
|
Loading…
Add table
Add a link
Reference in a new issue