diff options
author | bapt <bapt@FreeBSD.org> | 2016-07-03 18:21:11 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-07-03 18:21:11 +0000 |
commit | 9889527f5a2ab902035c679c612e4e5687466fea (patch) | |
tree | 5a15a869f837abcd6acea9d7a7ce6d0c1e536aa0 /share/timedef/zh_CN.GB2312.src | |
parent | 2ff8e9c6364b43e59db4e7bcb2dafb66980c2024 (diff) | |
download | FreeBSD-src-9889527f5a2ab902035c679c612e4e5687466fea.zip FreeBSD-src-9889527f5a2ab902035c679c612e4e5687466fea.tar.gz |
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/timedef/zh_CN.GB2312.src')
-rw-r--r-- | share/timedef/zh_CN.GB2312.src | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/share/timedef/zh_CN.GB2312.src b/share/timedef/zh_CN.GB2312.src new file mode 100644 index 0000000..efa11cd --- /dev/null +++ b/share/timedef/zh_CN.GB2312.src @@ -0,0 +1,87 @@ +# 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/ +# ----------------------------------------------------------------------------- +# +# Short month names +!!#1TB +!!#2TB +!!#3TB +!!#4TB +!!#5TB +!!#6TB +!!#7TB +!!#8TB +!!#9TB +#1#0TB +#1#1TB +#1#2TB +# +# Long month names (as in a date) +R;TB +6~TB +H}TB +KDTB +NeTB +AyTB +F_TB +0KTB +>ETB +J.TB +J.R;TB +J.6~TB +# +# Short weekday names +V\HU +V\R; +V\6~ +V\H} +V\KD +V\Ne +V\Ay +# +# Long weekday names +PGFZHU +PGFZR; +PGFZ6~ +PGFZH} +PGFZKD +PGFZNe +PGFZAy +# +# X_fmt +%p%I:%M:%S +# +# x_fmt +%y#/%m#/%d +# +# c_fmt +%YDj%mTB%eHU %p%I:%M:%S +# +# AM/PM +IONg +OBNg +# +# date_fmt +%YDj%mTB%eHU %Z %p%I:%M:%S +# +# Long month names (without case ending) +R;TB +6~TB +H}TB +KDTB +NeTB +AyTB +F_TB +0KTB +>ETB +J.TB +J.R;TB +J.6~TB +# +# md_order +md +# +# ampm_fmt +%p%I:%M:%S +# EOF |