]> git.ipfire.org Git - thirdparty/glibc.git/blame - localedata/locales/zh_SG
Fix nscd/cachedumper.c compile errors
[thirdparty/glibc.git] / localedata / locales / zh_SG
CommitLineData
6bc81cf2
MF
1comment_char %
2escape_char /
3
a4cea54b
MF
4% This file is part of the GNU C Library and contains locale data.
5% The Free Software Foundation does not claim any copyright interest
6% in the locale data contained in this file. The foregoing does not
7% affect the license of the GNU C Library as a whole. It does not
8% exempt you from the conditions of the license if your use would
9% otherwise be governed by that license.
10
5d96a5f6
AJ
11% Chinese language locale for Singapore.
12% Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
13% Tetsuji Orita <orita@jp.ibm.com>.
14
15LC_IDENTIFICATION
16title "Chinese language locale for Singapore"
17source "IBM Globalization Center of Competency, Yamato Software Laboratory"
18address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
19contact ""
27b1a5c2 20email "bug-glibc-locales@gnu.org"
5d96a5f6
AJ
21tel ""
22fax ""
23language "Chinese"
24territory "Singapore"
25revision "1.0"
26date "2000,October,27 (XML source:2000,July,20)"
1a06eee8
MF
27
28category "i18n:2012";LC_IDENTIFICATION
29category "i18n:2012";LC_CTYPE
30category "i18n:2012";LC_COLLATE
31category "i18n:2012";LC_TIME
32category "i18n:2012";LC_NUMERIC
33category "i18n:2012";LC_MONETARY
34category "i18n:2012";LC_MESSAGES
35category "i18n:2012";LC_PAPER
36category "i18n:2012";LC_NAME
37category "i18n:2012";LC_ADDRESS
38category "i18n:2012";LC_TELEPHONE
39category "i18n:2012";LC_MEASUREMENT
5d96a5f6
AJ
40END LC_IDENTIFICATION
41
42LC_CTYPE
c10d32c8 43copy "zh_CN"
5d96a5f6
AJ
44END LC_CTYPE
45
46LC_COLLATE
47
48% Copy the template from ISO/IEC 14651
49copy "iso14651_t1"
50
51END LC_COLLATE
52
53
54LC_MONETARY
55% This is the POSIX Locale definition the LC_MONETARY category
56% generated by IBM Basic CountryPack Transformer.
c10d32c8 57% These are generated based on XML base Locale defintion file
5d96a5f6
AJ
58% for IBM Class for Unicode.
59%
a259f5d3
CP
60int_curr_symbol "SGD "
61currency_symbol "$"
62mon_decimal_point "."
63mon_thousands_sep ","
5d96a5f6
AJ
64mon_grouping 3
65positive_sign ""
a259f5d3 66negative_sign "-"
5d96a5f6
AJ
67int_frac_digits 2
68frac_digits 2
69p_cs_precedes 1
70p_sep_by_space 0
71n_cs_precedes 1
72n_sep_by_space 0
73p_sign_posn 1
74n_sign_posn 0
75%
76END LC_MONETARY
77
78
79LC_NUMERIC
80% This is the POSIX Locale definition for the LC_NUMERIC category.
81%
a259f5d3
CP
82decimal_point "."
83thousands_sep ","
5d96a5f6
AJ
84grouping 3
85%
86END LC_NUMERIC
87
88
89LC_TIME
90% This is the POSIX Locale definition for the LC_TIME category
91% generated by IBM Basic CountryPack Transformer.
80a18ba7 92% These are generated based on XML base Locale definition file
5d96a5f6
AJ
93% for IBM Class for Unicode.
94%
95% Abbreviated weekday names (%a)
1b2be273 96abday "<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";"<U516D>"
5d96a5f6
AJ
97%
98% Full weekday names (%A)
99day "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/
100 "<U661F><U671F><U4E8C>";"<U661F><U671F><U4E09>";/
101 "<U661F><U671F><U56DB>";"<U661F><U671F><U4E94>";/
102 "<U661F><U671F><U516D>"
103%
104% Abbreviated month names (%b)
105abmon "<U4E00><U6708>";"<U4E8C><U6708>";/
106 "<U4E09><U6708>";"<U56DB><U6708>";/
107 "<U4E94><U6708>";"<U516D><U6708>";/
108 "<U4E03><U6708>";"<U516B><U6708>";/
109 "<U4E5D><U6708>";"<U5341><U6708>";/
110 "<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>"
111%
112% Full month names (%B)
113mon "<U4E00><U6708>";"<U4E8C><U6708>";/
114 "<U4E09><U6708>";"<U56DB><U6708>";/
115 "<U4E94><U6708>";"<U516D><U6708>";/
116 "<U4E03><U6708>";"<U516B><U6708>";/
117 "<U4E5D><U6708>";"<U5341><U6708>";/
118 "<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>"
119%
c10d32c8 120% Equivalent of AM PM
5d96a5f6
AJ
121am_pm "<U4E0A><U5348>";"<U4E0B><U5348>"
122%
c10d32c8 123% Appropriate date and time representation
75ba9299
RL
124% %Y\u5e74%m\u6708%d\u65e5 %H\u65f6%M\u5206%S\u79d2
125d_t_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2>"
126%
127% Appropriate date and time representation for date(1)
128date_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2> %Z"
5d96a5f6 129%
c10d32c8 130% Appropriate date representation
5d96a5f6 131% %Y\u5e74%m\u6708%d\u65e5
a259f5d3 132d_fmt "%Y<U5E74>%m<U6708>%d<U65E5>"
5d96a5f6 133%
c10d32c8 134% Appropriate time representation
5d96a5f6 135% %H\u65f6%M\u5206%S\u79d2 %Z
a259f5d3 136t_fmt "%H<U65F6>%M<U5206>%S<U79D2> %Z"
5d96a5f6 137%
c10d32c8 138% Appropriate 12 h time representation (%r)
5d96a5f6
AJ
139t_fmt_ampm ""
140%
0a410e76 141week 7;19971130;1
5d96a5f6
AJ
142END LC_TIME
143
144
145LC_MESSAGES
1bfb86ae 146copy "zh_CN"
5d96a5f6
AJ
147END LC_MESSAGES
148
149
150LC_PAPER
fe1f87ac 151copy "en_SG"
5d96a5f6
AJ
152END LC_PAPER
153
154
155LC_NAME
156% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category
157% generated by IBM Basic CountryPack Transformer.
c10d32c8
UD
158%
159%
a259f5d3 160name_fmt "%p%t%f%t%g"
5d96a5f6 161name_gen ""
a259f5d3
CP
162name_mr "Mr."
163name_mrs "Mrs."
164name_miss "Miss."
165name_ms "Ms."
5d96a5f6
AJ
166
167END LC_NAME
168
169
170LC_ADDRESS
171% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category
172% generated by IBM Basic CountryPack Transformer.
a259f5d3 173postal_fmt "%z%c%T%s%b%e%r"
1b768b48
MF
174% https://zh.wikipedia.org/wiki/%E6%96%B0%E5%8A%A0%E5%9D%A1 : 新加坡
175country_name "<U65B0><U52A0><U5761>"
a259f5d3
CP
176country_ab2 "SG"
177country_ab3 "SGP"
ea08adbf 178country_num 702
df56e024 179% SGP
a259f5d3 180country_car "SGP"
8e42fc68 181lang_name "<U7B80><U4F53><U4E2D><U6587>"
a259f5d3
CP
182lang_ab "zh"
183lang_term "zho"
184lang_lib "chi"
5d96a5f6
AJ
185END LC_ADDRESS
186
187
188LC_TELEPHONE
189% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE
190% generated by IBM Basic CountryPack Transformer.
a259f5d3
CP
191tel_int_fmt "+%c ;%a ;%l"
192int_prefix "65"
193int_select "001"
5d96a5f6
AJ
194END LC_TELEPHONE
195
196
197LC_MEASUREMENT
1c20cb20 198copy "en_SG"
5d96a5f6 199END LC_MEASUREMENT