diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-03 18:21:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-03 18:21:11 +0000 |
| commit | 3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a (patch) | |
| tree | 5a15a869f837abcd6acea9d7a7ce6d0c1e536aa0 /share/monetdef/zh_CN.eucCN.src | |
| parent | 46e47c4f8ddb5fa7b87399e5b4288a88139567de (diff) | |
Posixify the locales name for variants
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @<variant> to the others
respecting POSIX
As a result:
- All the 3 components locales added recently are renamed to the usual 2
components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
changes
Discussed with: ache@
Approved by: re@ (gjb)
Diffstat (limited to 'share/monetdef/zh_CN.eucCN.src')
| -rw-r--r-- | share/monetdef/zh_CN.eucCN.src | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/share/monetdef/zh_CN.eucCN.src b/share/monetdef/zh_CN.eucCN.src new file mode 100644 index 000000000000..1919a037b959 --- /dev/null +++ b/share/monetdef/zh_CN.eucCN.src @@ -0,0 +1,50 @@ +# Warning: Do not edit. This file is automatically generated from the +# tools in /usr/src/tools/tools/locale. The data is obtained from the +# CLDR project, obtained from http://cldr.unicode.org/ +# ----------------------------------------------------------------------------- +# +# int_curr_symbol (last character always SPACE) +£Ã£Î£Ù¡¡ +# +# currency_symbol +£¤ +# +# mon_decimal_point +£® +# +# mon_thousands_sep +£¬ +# +# mon_grouping +3 +# +# positive_sign + +# +# negative_sign +£ +# +# int_frac_digits +2 +# +# frac_digits +2 +# +# p_cs_precedes +1 +# +# p_sep_by_space +1 +# +# n_cs_precedes +1 +# +# n_sep_by_space +1 +# +# p_sign_posn +1 +# +# n_sign_posn +1 +# EOF |
