From c0c259c3bde3b76722d717b4372233b488c8d3ff Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 11 Jan 2024 14:17:55 +0100 Subject: localedata: revert all the remaining locale sources to UTF-8 --- localedata/locales/zh_HK | 70 ++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'localedata/locales/zh_HK') diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK index 073f727b7f..11f0ba52de 100644 --- a/localedata/locales/zh_HK +++ b/localedata/locales/zh_HK @@ -89,53 +89,53 @@ LC_TIME % % Removed trailing space, by Anthony Fok , Feb 2002 % Abbreviated weekday names (%a) -abday "";"";/ - "";"";/ - "";"";/ - "" +abday "日";"一";/ + "二";"三";/ + "四";"五";/ + "六" % % Removed trailing space, by Anthony Fok , Feb 2002 % Full weekday names (%A) -day "";"";/ - "";"";/ - "";"";/ - "" +day "星期日";"星期一";/ + "星期二";"星期三";/ + "星期四";"星期五";/ + "星期六" % % Abbreviated month names (%b) -abmon "1";"2";/ - "3";"4";/ - "5";"6";/ - "7";"8";/ - "9";"10";/ - "11";"12" +abmon "1月";"2月";/ + "3月";"4月";/ + "5月";"6月";/ + "7月";"8月";/ + "9月";"10月";/ + "11月";"12月" % % Full month names (%B) -mon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +mon "一月";"二月";/ + "三月";"四月";/ + "五月";"六月";/ + "七月";"八月";/ + "九月";"十月";/ + "十一月";"十二月" % % Equivalent of AM PM -am_pm "";"" +am_pm "上午";"下午" % % Appropriate date and time representation % Update by Roger So % Changed %b to %m, by Anthony Fok , Feb 2002 -d_t_fmt "%Y%m%d %A %H:%M:%S" +d_t_fmt "%Y年%m月%d日 %A %H:%M:%S" % % Appropriate date and time representation for date(1) -date_fmt "%Y%m%d %A %H:%M:%S %Z" +date_fmt "%Y年%m月%d日 %A %H:%M:%S %Z" % % Appropriate date representation % Changed %b to %m, by Anthony Fok , Feb 2002 % %Y年%m月%d日 %A -d_fmt "%Y%m%d %A" +d_fmt "%Y年%m月%d日 %A" % % Appropriate time representation % %p %I時%M分%S秒 %Z -t_fmt "%p %I%M%S %Z" +t_fmt "%p %I時%M分%S秒 %Z" % % Appropriate 12 h time representation (%r) % Update by Roger So @@ -145,10 +145,10 @@ END LC_TIME LC_MESSAGES -yesexpr "^[+1yY]" -noexpr "^[-0nN]" -yesstr "" -nostr "" +yesexpr "^[+1yYyY是]" +noexpr "^[-0nNnN不否]" +yesstr "是" +nostr "否" END LC_MESSAGES @@ -162,11 +162,11 @@ LC_NAME % LC_NAME category. % name_fmt "%f%t%d1" -name_gen "" -name_mr "" -name_mrs "." -name_miss "" -name_ms "" +name_gen "君" +name_mr "先生" +name_mrs "夫人." +name_miss "小姐" +name_ms "女士" END LC_NAME @@ -179,7 +179,7 @@ country_ab2 "HK" country_ab3 "HKG" country_num 344 country_car "HK" -lang_name "" +lang_name "繁體中文" lang_ab "zh" lang_term "zho" lang_lib "chi" -- cgit v1.2.3