From 72d1dddb023e8f66da37bd88fada6f97299fdc4a Mon Sep 17 00:00:00 2001 From: Chunshek Chan Date: Mon, 9 May 2011 14:13:15 -0400 Subject: Add yue_HK locale --- localedata/ChangeLog | 5 ++ localedata/SUPPORTED | 1 + localedata/locales/yue_HK | 166 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 172 insertions(+) create mode 100644 localedata/locales/yue_HK (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3f63bac..b7d9ab5 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,10 @@ 2011-05-09 Ulrich Drepper + [BZ #12200] + * locales/yue_HK: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. + Contributed by Chunshek Chan . + [BZ #12178] * locales/wae_CH: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 24468f5..01a3722 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -413,6 +413,7 @@ xh_ZA/ISO-8859-1 \ yi_US.UTF-8/UTF-8 \ yi_US/CP1255 \ yo_NG/UTF-8 \ +yue_HK/UTF-8 \ zh_CN.GB18030/GB18030 \ zh_CN.GBK/GBK \ zh_CN.UTF-8/UTF-8 \ diff --git a/localedata/locales/yue_HK b/localedata/locales/yue_HK new file mode 100644 index 0000000..4bd7fe1 --- /dev/null +++ b/localedata/locales/yue_HK @@ -0,0 +1,166 @@ +comment_char % +escape_char / +% Yue Chinese (Cantonese) language locale for Hong Kong. +% Maintained by Chunshek Chan +% Based on Chinese locale by Kentaroh Noji and +% Tetsuji Orita . + +LC_IDENTIFICATION +title "Yue Chinese (Cantonese) language locale for Hong Kong" +source "" +address "" +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Yue Chinese" +territory "Hong Kong" +revision "1.0" +date "2010-11-07" +% +category "yue_HK:2010";LC_IDENTIFICATION +category "yue_HK:2010";LC_CTYPE +category "yue_HK:2010";LC_COLLATE +category "yue_HK:2010";LC_TIME +category "yue_HK:2010";LC_NUMERIC +category "yue_HK:2010";LC_MONETARY +category "yue_HK:2010";LC_MESSAGES +category "yue_HK:2010";LC_PAPER +category "yue_HK:2010";LC_NAME +category "yue_HK:2010";LC_ADDRESS +category "yue_HK:2010";LC_TELEPHONE + +END LC_IDENTIFICATION + + +LC_CTYPE +copy "zh_CN" +END LC_CTYPE + + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + + +LC_MONETARY +copy "zh_HK" +END LC_MONETARY + + +LC_NUMERIC +copy "zh_HK" +END LC_NUMERIC + + +LC_TIME +% This is the POSIX Locale definition for the LC_TIME category. +% These are generated based on XML base Locale difintion file +% for IBM Class for Unicode/Java +abday "";"";/ + "";"";/ + "";"";/ + "" +% +% Full weekday names (%A) +day "";"";/ + "";"";/ + "";"";/ + "" +% +% Abbreviated month names (%b) +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +% +% Full month names (%B) +mon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +% +% Equivalent of AM PM +% 上午;下午 +am_pm "";"" +% +% Appropriate date and time representation +% %Y年%m月%d日 %A %H點%M分%S秒 +d_t_fmt "/ +/ +" +% +% Appropriate date representation +% %Y年%m月%d日 %A +d_fmt "/ +" +% +% Appropriate time representation +% %H點%M分%S秒 +t_fmt "/ +" +% +% Appropriate 12 h time representation +% %p%I點%M分%S秒 +t_fmt_ampm "/ +" +% +% Appropriate date representation (date(1)) +% %Y年 %b %e日 %A %H:%M:%S %Z +date_fmt "/ +/ +" +% FIXME: found in CLDR +first_weekday 1 +END LC_TIME + + +LC_MESSAGES +% yesexpr "^[]" +% noexpr "^[]" +yesexpr "" +noexpr "" +END LC_MESSAGES + + +LC_PAPER +copy "zh_HK" +END LC_PAPER + + +LC_NAME +copy "zh_TW" +END LC_NAME + + +LC_ADDRESS +% This is the ISO_IEC TR14652 Locale definition for the +% LC_ADDRESS +% postal_fmt: "%c%T%s%h%N%b%e%r%N%f%N%d%N%a" +postal_fmt "/ +/ +" +country_name "" +country_ab2 "" +country_ab3 "" +country_num 344 +country_isbn "" +lang_name "" +END LC_ADDRESS + + +LC_TELEPHONE +copy "zh_HK" +END LC_TELEPHONE + + +LC_MEASUREMENT +% This is the ISO_IEC TR14652 Locale definition for the +% +measurement 1 +END LC_MEASUREMENT -- cgit v1.1