mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
199 lines
4.6 KiB
Plaintext
199 lines
4.6 KiB
Plaintext
comment_char %
|
||
escape_char /
|
||
|
||
% This file is part of the GNU C Library and contains locale data.
|
||
% The Free Software Foundation does not claim any copyright interest
|
||
% in the locale data contained in this file. The foregoing does not
|
||
% affect the license of the GNU C Library as a whole. It does not
|
||
% exempt you from the conditions of the license if your use would
|
||
% otherwise be governed by that license.
|
||
|
||
% Chinese language locale for Hong Kong.
|
||
|
||
LC_IDENTIFICATION
|
||
title "Chinese language locale for Hong Kong"
|
||
source "IBM Globalization Center of Competency, Yamato Software Laboratory"
|
||
address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
|
||
contact ""
|
||
email "bug-glibc-locales@gnu.org"
|
||
tel ""
|
||
fax ""
|
||
language "Chinese"
|
||
territory "Hong Kong SAR China"
|
||
revision "1.0"
|
||
date "2000-07-20"
|
||
|
||
category "i18n:2012";LC_IDENTIFICATION
|
||
category "i18n:2012";LC_CTYPE
|
||
category "i18n:2012";LC_COLLATE
|
||
category "i18n:2012";LC_TIME
|
||
category "i18n:2012";LC_NUMERIC
|
||
category "i18n:2012";LC_MONETARY
|
||
category "i18n:2012";LC_MESSAGES
|
||
category "i18n:2012";LC_PAPER
|
||
category "i18n:2012";LC_NAME
|
||
category "i18n:2012";LC_ADDRESS
|
||
category "i18n:2012";LC_TELEPHONE
|
||
category "i18n:2012";LC_MEASUREMENT
|
||
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
|
||
% This is the POSIX Locale definition the LC_MONETARY category.
|
||
% These are generated based on XML base Locale definition file
|
||
% for IBM Class for Unicode/Java
|
||
%
|
||
int_curr_symbol "HKD "
|
||
currency_symbol "HK$"
|
||
mon_decimal_point "."
|
||
mon_thousands_sep ","
|
||
mon_grouping 3
|
||
positive_sign ""
|
||
negative_sign "-"
|
||
int_frac_digits 2
|
||
frac_digits 2
|
||
p_cs_precedes 1
|
||
p_sep_by_space 0
|
||
n_cs_precedes 1
|
||
n_sep_by_space 0
|
||
p_sign_posn 1
|
||
n_sign_posn 0
|
||
%
|
||
END LC_MONETARY
|
||
|
||
|
||
LC_NUMERIC
|
||
% This is the POSIX Locale definition for the LC_NUMERIC category.
|
||
%
|
||
decimal_point "."
|
||
thousands_sep ","
|
||
grouping 3
|
||
%
|
||
END LC_NUMERIC
|
||
|
||
|
||
LC_TIME
|
||
% This is the POSIX Locale definition for the LC_TIME category.
|
||
% These are generated based on XML base Locale definition file
|
||
% for IBM Class for Unicode/Java
|
||
%
|
||
% Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
||
% Abbreviated weekday names (%a)
|
||
abday "日";"一";/
|
||
"二";"三";/
|
||
"四";"五";/
|
||
"六"
|
||
%
|
||
% Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
||
% Full weekday names (%A)
|
||
day "星期日";"星期一";/
|
||
"星期二";"星期三";/
|
||
"星期四";"星期五";/
|
||
"星期六"
|
||
%
|
||
% Abbreviated month names (%b)
|
||
abmon "1月";"2月";/
|
||
"3月";"4月";/
|
||
"5月";"6月";/
|
||
"7月";"8月";/
|
||
"9月";"10月";/
|
||
"11月";"12月"
|
||
%
|
||
% Full month names (%B)
|
||
mon "一月";"二月";/
|
||
"三月";"四月";/
|
||
"五月";"六月";/
|
||
"七月";"八月";/
|
||
"九月";"十月";/
|
||
"十一月";"十二月"
|
||
%
|
||
% Equivalent of AM PM
|
||
am_pm "上午";"下午"
|
||
%
|
||
% Appropriate date and time representation
|
||
% Update by Roger So <roger.so@sw-linux.com>
|
||
% Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
||
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"
|
||
%
|
||
% Appropriate date representation
|
||
% Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
||
d_fmt "%Y年%m月%d日 %A"
|
||
%
|
||
% Appropriate time representation
|
||
t_fmt "%p %I時%M分%S秒 %Z"
|
||
%
|
||
% Appropriate 12 h time representation (%r)
|
||
% Update by Roger So <roger.so@sw-linux.com>
|
||
t_fmt_ampm "%p %I:%M:%S"
|
||
week 7;19971130;1
|
||
END LC_TIME
|
||
|
||
|
||
LC_MESSAGES
|
||
yesexpr "^[+1yYyY是]"
|
||
noexpr "^[-0nNnN不否]"
|
||
yesstr "是"
|
||
nostr "否"
|
||
END LC_MESSAGES
|
||
|
||
|
||
LC_PAPER
|
||
copy "i18n"
|
||
END LC_PAPER
|
||
|
||
|
||
LC_NAME
|
||
% This is the ISO_IEC TR14652 Locale definition for the
|
||
% LC_NAME category.
|
||
%
|
||
name_fmt "%f%t%d1"
|
||
name_gen "君"
|
||
name_mr "先生"
|
||
name_mrs "夫人."
|
||
name_miss "小姐"
|
||
name_ms "女士"
|
||
|
||
END LC_NAME
|
||
|
||
|
||
LC_ADDRESS
|
||
% This is the ISO_IEC TR14652 Locale definition for the
|
||
% LC_ADDRESS
|
||
postal_fmt "%z%c%T%s%b%e%r"
|
||
country_ab2 "HK"
|
||
country_ab3 "HKG"
|
||
country_num 344
|
||
country_car "HK"
|
||
lang_name "繁體中文"
|
||
lang_ab "zh"
|
||
lang_term "zho"
|
||
lang_lib "chi"
|
||
END LC_ADDRESS
|
||
|
||
|
||
LC_TELEPHONE
|
||
% This is the ISO_IEC TR14652 Locale definition for the
|
||
%
|
||
tel_int_fmt "+%c ;%a ;%l"
|
||
int_prefix "852"
|
||
int_select "001"
|
||
END LC_TELEPHONE
|
||
|
||
|
||
LC_MEASUREMENT
|
||
copy "i18n"
|
||
END LC_MEASUREMENT
|