]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | // Tamil locale. Based on Hindi locale | |
9 | ||
10 | ta_IN { | |
11 | Version { "2.0" } | |
12 | LocaleID:int { 0x449 } | |
13 | // ShortCountry { IND } | |
14 | ||
15 | NumberPatterns { | |
16 | "##,##,##0.###;-##,##,##0.###", | |
17 | "\u00A4 ##,##,##0.00;-\u00A4 ##,##,##0.00", | |
18 | "##,##,##0%", | |
19 | "#E0", | |
20 | } | |
21 | // LocaleString { "ta_IN" } | |
22 | DateTimePatterns { | |
23 | "h:mm:ss a z", | |
24 | "h:mm:ss a z", | |
25 | "h:mm:ss a", | |
26 | "h:mm a", | |
27 | "EEEE d MMMM yyyy", | |
28 | "d MMMM yyyy", | |
29 | "dd-MM-yyyy", | |
30 | "d-M-yy", | |
31 | "{1} {0}" | |
32 | } | |
33 | // DateTimeElements { | |
34 | // "1", | |
35 | // "1" | |
36 | // } | |
37 | ||
38 | } |