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