]> git.ipfire.org Git - thirdparty/glibc.git/blame - localedata/locales/ml_IN
Revert "Remove redundant data for LC_MONETARY for Indian locales"
[thirdparty/glibc.git] / localedata / locales / ml_IN
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
38e68573
UD
11% Malayalam language locale for India.
12% Contributed by Free Software Foundation of India http://gnu.org.in
13% E-Mail : gnu@gnu.org.in
14
15LC_IDENTIFICATION
f9126cc2 16title "Malayalam language locale for India"
38e68573
UD
17source "Free Software Foundation of India, Trivandrum"
18address ""
19contact ""
27b1a5c2 20email "bug-glibc-locales@gnu.org"
38e68573
UD
21tel ""
22fax ""
23language "Malayalam"
24territory "India"
25revision "0.1"
26date "2003-February-01"
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
38e68573
UD
40END LC_IDENTIFICATION
41LC_CTYPE
42copy "i18n"
c7ee5ed5
UD
43
44% Malayalam uses the alternate digits U+0D66..U+0D6F
45outdigit <U0D66>..<U0D6F>
46
47% This is used in the scanf family of functions to read Malayalam numbers
48% using "%Id" and such.
49map to_inpunct; /
50 (<U0030>,<U0D66>); /
51 (<U0031>,<U0D67>); /
52 (<U0032>,<U0D68>); /
53 (<U0033>,<U0D69>); /
54 (<U0034>,<U0D6A>); /
55 (<U0035>,<U0D6B>); /
56 (<U0036>,<U0D6C>); /
57 (<U0037>,<U0D6D>); /
58 (<U0038>,<U0D6E>); /
8e254d8e 59 (<U0039>,<U0D6F>);
c7ee5ed5 60
38e68573
UD
61translit_start
62include "translit_combining";""
63translit_end
64END LC_CTYPE
65%
66%
67LC_COLLATE
1086114b 68
38e68573
UD
69% Copy the template from ISO/IEC 14651
70copy "iso14651_t1"
1086114b 71
38e68573 72END LC_COLLATE
480af555 73LC_MONETARY
1086114b
MF
74% This is the POSIX Locale definition the LC_MONETARY category
75% generated by IBM Basic CountryPack Transformer.
76% These are generated based on XML base Locale defintion file
77% for IBM Class for Unicode.
78%
79int_curr_symbol "<U0049><U004E><U0052><U0020>"
80currency_symbol "<U20B9>"
81mon_decimal_point "<U002E>"
82mon_thousands_sep "<U002C>"
83mon_grouping 3;2
84positive_sign ""
85negative_sign "<U002D>"
86int_frac_digits 2
87frac_digits 2
88p_cs_precedes 1
89p_sep_by_space 1
90n_cs_precedes 1
91n_sep_by_space 1
92p_sign_posn 1
93n_sign_posn 1
94%
38e68573
UD
95END LC_MONETARY
96%
97LC_NUMERIC
98% This is the POSIX Locale definition for the LC_NUMERIC category.
99%
100decimal_point "<U002E>"
101thousands_sep "<U002C>"
102grouping 3;2
103%
104END LC_NUMERIC
105%
106LC_TIME
107% This is the POSIX Locale definition for the LC_TIME category
108% generated by IBM Basic CountryPack Transformer.
80a18ba7 109% These are generated based on XML base Locale definition file
38e68573
UD
110% for IBM Class for Unicode.
111%
112% Abbreviated weekday names (%a)
113abday "<U0D1E><U0D3E>";"<U0D24><U0D3F>";/
114"<U0D1A><U0D4A>";"<U0D2C><U0D41>";/
115"<U0D35><U0D4D><U0D2F><U0D3E>";"<U0D35><U0D46>";/
116"<U0D36>"
117%
118% Full weekday names (%A)
db005640
UD
119day "<U0D1E><U0D3E><U0D2F><U0D30><U0D4D><U200D>";/
120"<U0D24><U0D3F><U0D19><U0D4D><U0D15><U0D33><U0D4D><U200D>";/
38e68573 121"<U0D1A><U0D4A><U0D35><U0D4D><U0D35>";/
db005640 122"<U0D2C><U0D41><U0D27><U0D28><U0D4D><U200D>";/
38e68573
UD
123"<U0D35><U0D4D><U0D2F><U0D3E><U0D34><U0D02>";/
124"<U0D35><U0D46><U0D33><U0D4D><U0D33><U0D3F>";/
125"<U0D36><U0D28><U0D3F>"
126%
127% Abbreviated month names (%b)
128abmon "<U0D1C><U0D28><U0D41>";/
1ac85c13
RL
129"<U0D2B><U0D46><U0D2C><U0D4D><U0D30><U0D41>";/
130"<U0D2E><U0D3E><U0D7C>";/
131"<U0D0F><U0D2A><U0D4D><U0D30><U0D3F>";/
132"<U0D2E><U0D47><U0D2F><U0D4D>";/
133"<U0D1C><U0D42><U0D7A>";/
db005640 134"<U0D1C><U0D42><U0D32><U0D48>";/
1ac85c13
RL
135"<U0D13><U0D17>";/
136"<U0D38><U0D46><U0D2A><U0D4D><U0D31><U0D4D><U0D31><U0D02>";/
db005640 137"<U0D12><U0D15><U0D4D><U0D1F><U0D4B>";/
38e68573
UD
138"<U0D28><U0D35><U0D02>";/
139"<U0D21><U0D3F><U0D38><U0D02>"
140%
141% FULL month names (%B)
142mon "<U0D1C><U0D28><U0D41><U0D35><U0D30><U0D3F>";/
143"<U0D2B><U0D46><U0D2C><U0D4D><U0D30><U0D41><U0D35><U0D30><U0D3F>";/
b7f1d99b
RL
144"<U0D2E><U0D3E><U0D7C><U0D1A><U0D4D><U0D1A><U0D4D>";/
145"<U0D0F><U0D2A><U0D4D><U0D30><U0D3F><U0D7D>";/
146"<U0D2E><U0D47><U0D2F><U0D4D>";/
147"<U0D1C><U0D42><U0D7A>";/
38e68573 148"<U0D1C><U0D42><U0D32><U0D48>";/
b7f1d99b
RL
149"<U0D13><U0D17><U0D38><U0D4D><U0D31><U0D4D><U0D31><U0D4D>";/
150"<U0D38><U0D46><U0D2A><U0D4D><U0D31><U0D4D><U0D31><U0D02><U0D2C><U0D7C>";/
151"<U0D12><U0D15><U0D4D><U200C><U0D1F><U0D4B><U0D2C><U0D7C>";/
152"<U0D28><U0D35><U0D02><U0D2C><U0D7C>";/
153"<U0D21><U0D3F><U0D38><U0D02><U0D2C><U0D7C>"
38e68573
UD
154%
155%
c2630c3a 156% Equivalent of AM PM
38e68573
UD
157am_pm "<U0D30><U0D3E><U0D35><U0D3F><U0D32><U0D46>";"<U0D35><U0D48><U0D15><U0D41>"
158%
c2630c3a 159% Appropriate date and time representation
38e68573
UD
160% %A %d %B %Y %I:%M:%S %Z
161d_t_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
162%
c2630c3a 163% Appropriate date representation
38e68573
UD
164% %A %d %B %Y
165d_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0042><U0020><U0025><U0059>"
166%
c2630c3a 167% Appropriate time representation
38e68573
UD
168% %I:%M:%S %Z
169t_fmt "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0020><U0025><U005A>"
170%
c2630c3a 171% Appropriate 12 h time representation (%r)
38e68573
UD
172t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
173%
0a410e76 174week 7;19971130;1
38e68573
UD
175END LC_TIME
176%
177LC_MESSAGES
f982160e
MF
178yesexpr "<U005E><U005B><U002B><U0031><U0D05><U0D24><U0D46><U0079><U0059><U005D>"
179noexpr "<U005E><U005B><U002D><U0030><U0D05><U0D32><U0D4D><U0D32><U006E><U004E><U005D>"
180yesstr "<U0D05><U0D24><U0D46>"
181nostr "<U0D05><U0D32><U0D4D><U0D32>"
38e68573
UD
182END LC_MESSAGES
183%
184LC_PAPER
c2630c3a 185copy "hi_IN"
38e68573
UD
186END LC_PAPER
187%
188LC_NAME
189% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category
190% generated by IBM Basic CountryPack Transformer.
c2630c3a
UD
191%
192%
38e68573
UD
193name_fmt "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074><U0025><U0067>"
194name_gen "<U0D36><U0D4D><U0D30><U0D40>"
195name_mr "<U0D36><U0D4D><U0D30><U0D40><U0D2E><U0D3E><U0D28><U0D41><U0D4D>"
196name_mrs "<U0D36><U0D4D><U0D30><U0D40><U0D2E><U0D24><U0D3F>"
197name_miss "<U0D15><U0D41><U0D2E><U0D3E><U0D30><U0D3F>"
198name_ms "<U0D36><U0D4D><U0D30><U0D40><U0D2E><U0D24><U0D3F>"
199END LC_NAME
200LC_ADDRESS
201% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category
202% generated by IBM Basic CountryPack Transformer.
203postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073><U0025><U0062><U0025><U0065><U0025><U0072>"
f8da6e93 204country_name "<U0D07><U0D28><U0D4D><U0D24><U0D4D><U0D2F>"
ea08adbf
UD
205country_ab2 "<U0049><U004E>"
206country_ab3 "<U0049><U004E><U0044>"
207country_num 356
df56e024 208% IND
209country_car "<U0049><U004E><U0044>"
14b97c7a
CL
210% മലയാളം
211lang_name "<U0D2E><U0D32><U0D2F><U0D3E><U0D33><U0D02>"
6cefed76
CL
212% ml
213lang_ab "<U006D><U006C>"
214% mal
215lang_term "<U006D><U0061><U006C>"
216% mal
217lang_lib "<U006D><U0061><U006C>"
38e68573
UD
218END LC_ADDRESS
219%
220LC_TELEPHONE
c2630c3a 221copy "hi_IN"
38e68573
UD
222END LC_TELEPHONE
223%
224LC_MEASUREMENT
1c20cb20 225copy "hi_IN"
38e68573 226END LC_MEASUREMENT