diff options
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/SUPPORTED | 1 | ||||
-rw-r--r-- | localedata/locales/zh_HK | 13 |
3 files changed, 12 insertions, 7 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 366fb5e55b..6dd516219b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,10 @@ 2000-08-31 Ulrich Drepper <drepper@redhat.com> + * SUPPORTED: Add zh_HK.BIG5HKSCS. + + * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm. + Changes by Roger So <spacehunt@e-fever.org>. + * SUPPORTED: Add nn_NO.ISO-8859-1. * locales/nn_NO: New file. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index adb1964eb5..93fffd15d9 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -130,5 +130,6 @@ uk_UA KOI8-U vi_VN UTF-8 zh_CN GB2312 zh_CN.GB18030 GB18030 +zh_HK BIG5HKSCS zh_TW BIG5 zh_TW.EUC-TW EUC-TW diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK index a5e0767410..2006101721 100644 --- a/localedata/locales/zh_HK +++ b/localedata/locales/zh_HK @@ -113,11 +113,10 @@ mon "<U4E00><U6708>";"<U4E8C><U6708>";/ am_pm "<U4E0A><U5348>";"<U4E0B><U5348>" % % Appropriate date and time representation -% %Y年%b月%d日 %A%I時%M分%S秒 %Z +% Update by Roger So <spacehunt@e-fever.org> d_t_fmt "<U0025><U0059><U5E74><U0025><U0062><U6708><U0025><U0064>/ -<U65E5><U0020><U0025><U0041><U0020><U65F6><U0025><U004D><U5206><U0025>/ -<U0053><U79D2><U0020><U0025><U005A><U0025><U0070><U0025><U0049><U6642>/ -<U0025><U004D><U5206><U0025><U0053><U79D2><U0020><U0025><U005A>" +<U65E5><U0020><U0025><U0070><U0020><U0025><U0049><U003A><U0025><U004D>/ +<U003A><U0025><U0053>" % % Appropriate date representation % %Y年%b月%d日 %A @@ -130,9 +129,9 @@ t_fmt "<U0025><U0049><U6642><U0025><U004D><U5206><U0025><U0053>/ <U79D2><U0020><U0025><U005A>" % % Appropriate 12 h time representation (%r) -t_fmt_ampm "<U65F6><U0025><U004D><U5206><U0025><U0053><U79D2><U0020>/ -<U0025><U005A><U0025><U0070><U0025><U0049><U6642><U0025><U004D><U5206>/ -<U0025><U0053><U79D2><U0020><U0025><U005A>" +% Update by Roger So <spacehunt@e-fever.org> +t_fmt_ampm "<U0025><U0070><U0020><U0025><U0049><U003A><U0025><U004D>/ +<U003A><U0025><U0053>" % END LC_TIME |