cmn_TW: add hanzi collation

[BZ #17563]
	[BZ #16905]
	* locales/cmn_TW (LC_COLLATE): Use cns11643_stroke file for sorting.
	* locales/cmn_TW (LC_TIME): Improve time and date formats.
	* locales/cmn_TW (LC_MESSAGES): Add  yesstr and nostr.
	* locales/cns11643_stroke: New file, stroke count collation for
	traditional Chinese.
This commit is contained in:
Wei-Lun Chao 2017-08-09 12:19:44 +02:00 committed by Mike FABIAN
parent 68dc02d1dc
commit 38dbcacb60
3 changed files with 70790 additions and 18 deletions

View File

@ -1,3 +1,13 @@
2017-08-09 Wei-Lun Chao <bluebat@member.fsf.org>
[BZ #17563]
[BZ #16905]
* locales/cmn_TW (LC_COLLATE): Use cns11643_stroke file for sorting.
* locales/cmn_TW (LC_TIME): Improve time and date formats.
* locales/cmn_TW (LC_MESSAGES): Add yesstr and nostr.
* locales/cns11643_stroke: New file, stroke count collation for
traditional Chinese.
2017-08-08 Akhilesh Kumar <akhilesh.k@samsung.com>
[BZ #21920]

View File

@ -28,8 +28,8 @@ tel ""
fax ""
language "Mandarin Chinese"
territory "Taiwan"
revision "0.1"
date "2013-06-02"
revision "0.2"
date "2017-07-20"
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
@ -47,17 +47,20 @@ END LC_IDENTIFICATION
LC_CTYPE
copy "i18n"
translit_start
include "translit_combining";""
translit_end
class "hanzi"; /
<U3007>;/
<U3400>..<U4DBF>;/
<U4E00>..<U9FA5>;/
<UF900>..<UFA6A>;/
<U00020000>..<U0002A6D6>;/
<U0002F800>..<U0002FA1D>
<U00020000>..<U0002FA1D>
END LC_CTYPE
LC_COLLATE
copy "iso14651_t1"
copy "cns11643_stroke"
END LC_COLLATE
LC_TIME
@ -103,10 +106,10 @@ abday "<U65E5>";/
"<U56DB>";/
"<U4E94>";/
"<U516D>"
% %Y年%m月%d (%A) %H點%M分%S秒
d_t_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5><U0020><U0028><U0025><U0041><U0029><U0020><U0025><U0048><U9EDE><U0025><U004D><U5206><U0025><U0053><U79D2>"
% %Y年%m月%d
d_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5>"
% %Y年%m月%d (%A) %H點%M分%S秒
d_t_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U865F><U0020><U0028><U0025><U0041><U0029><U0020><U0025><U0048><U9EDE><U0025><U004D><U5206><U0025><U0053><U79D2>"
% %Y年%m月%d
d_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U865F>"
% %H點%M分%S秒
t_fmt "<U0025><U0048><U9EDE><U0025><U004D><U5206><U0025><U0053><U79D2>"
% 上午, 下午
@ -114,9 +117,8 @@ am_pm "<U4E0A><U5348>";/
"<U4E0B><U5348>"
% %p %I點%M分%S秒
t_fmt_ampm "<U0025><U0070><U0020><U0025><U0049><U9EDE><U0025><U004D><U5206><U0025><U0053><U79D2>"
% %Y年 %b %e日 %A %H:%M:%S %Z
date_fmt "<U0025><U0059><U5E74><U0020><U0025><U0062><U0020><U0025><U0065><U65E5><U0020><U0025><U0041><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
week 7;19971130;1
% %Y年 %b %-d號 %A %H:%M:%S %Z
date_fmt "<U0025><U0059><U5E74><U0020><U0025><U0062><U0020><U0025><U002D><U0064><U865F><U0020><U0025><U0041><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
END LC_TIME
LC_NUMERIC
@ -157,18 +159,24 @@ int_n_sign_posn 1
END LC_MONETARY
LC_PAPER
copy "i18n"
height 297
width 210
END LC_PAPER
LC_MEASUREMENT
copy "i18n"
% metric
measurement 1
END LC_MEASUREMENT
LC_MESSAGES
% ^[yY是]
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U662F><U005D>"
% ^[nN不否]
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U4E0D><U5426><U005D>"
% ^[yY]
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
% ^[nN]
noexpr "<U005E><U005B><U006E><U004E><U005D>"
% 是
yesstr "<U662F>"
% 不是
nostr "<U4E0D><U662F>"
END LC_MESSAGES
LC_NAME

File diff suppressed because it is too large Load Diff