From 38dbcacb606f70ad0a35fbcacb6f3cbff5f34d94 Mon Sep 17 00:00:00 2001 From: Wei-Lun Chao Date: Wed, 9 Aug 2017 12:19:44 +0200 Subject: 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. --- localedata/locales/cmn_TW | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) (limited to 'localedata/locales/cmn_TW') diff --git a/localedata/locales/cmn_TW b/localedata/locales/cmn_TW index bfdd9bf14e..03364963db 100644 --- a/localedata/locales/cmn_TW +++ b/localedata/locales/cmn_TW @@ -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"; / ;/ ..;/ ..;/ ..;/ -..;/ -.. +.. END LC_CTYPE LC_COLLATE -copy "iso14651_t1" +copy "cns11643_stroke" END LC_COLLATE LC_TIME @@ -103,10 +106,10 @@ abday "";/ "";/ "";/ "" -% %Y年%m月%d日 (%A) %H點%M分%S秒 -d_t_fmt "" -% %Y年%m月%d日 -d_fmt "" +% %Y年%m月%d號 (%A) %H點%M分%S秒 +d_t_fmt "" +% %Y年%m月%d號 +d_fmt "" % %H點%M分%S秒 t_fmt "" % 上午, 下午 @@ -114,9 +117,8 @@ am_pm "";/ "" % %p %I點%M分%S秒 t_fmt_ampm "" -% %Y年 %b %e日 %A %H:%M:%S %Z -date_fmt "" -week 7;19971130;1 +% %Y年 %b %-d號 %A %H:%M:%S %Z +date_fmt "" 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 "" -% ^[nN不否] -noexpr "" +% ^[yY] +yesexpr "" +% ^[nN] +noexpr "" +% 是 +yesstr "" +% 不是 +nostr "" END LC_MESSAGES LC_NAME -- cgit v1.2.3