]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
729e4ab9 | 3 | // * Copyright (C) 2010 International Business Machines |
73c04bcf A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
46f4442e | 6 | // * Source File:<path>/common/main/en_BZ.xml |
73c04bcf A |
7 | // * |
8 | // *************************************************************************** | |
46f4442e | 9 | en_BZ{ |
729e4ab9 A |
10 | NumberElements{ |
11 | latn{ | |
12 | patterns{ | |
13 | currencyFormat{"¤#,##0.00"} | |
14 | } | |
46f4442e A |
15 | } |
16 | } | |
729e4ab9 A |
17 | PaperSize:intvector{ |
18 | 279, | |
19 | 216, | |
73c04bcf | 20 | } |
729e4ab9 | 21 | Version{"2.0.47.67"} |
73c04bcf A |
22 | calendar{ |
23 | gregorian{ | |
24 | DateTimePatterns{ | |
729e4ab9 | 25 | "h:mm:ss a zzzz", |
46f4442e | 26 | "h:mm:ss a z", |
73c04bcf A |
27 | "h:mm:ss a", |
28 | "h:mm a", | |
729e4ab9 A |
29 | "EEEE, MMMM d, y", |
30 | "MMMM d, y", | |
31 | "dd-MMM-y", | |
46f4442e | 32 | "M/d/yy", |
73c04bcf | 33 | "{1} {0}", |
729e4ab9 A |
34 | "{1} {0}", |
35 | "{1} {0}", | |
36 | "{1} {0}", | |
37 | "{1} {0}", | |
73c04bcf A |
38 | } |
39 | } | |
40 | } | |
41 | } |