]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
73c04bcf | 3 | // * Copyright (C) 2006 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{ | |
10 | Currencies{ | |
11 | BND{ | |
12 | "$", | |
13 | "BND", | |
14 | } | |
15 | USD{ | |
16 | "US$", | |
17 | "USD", | |
18 | } | |
19 | } | |
20 | NumberElements{ | |
21 | ",", | |
22 | ".", | |
23 | ";", | |
24 | "%", | |
25 | "0", | |
26 | "#", | |
27 | "-", | |
28 | "E", | |
29 | "‰", | |
30 | "∞", | |
73c04bcf | 31 | "NaN", |
374ca955 A |
32 | "+", |
33 | } | |
73c04bcf | 34 | Version{"1.31"} |
374ca955 A |
35 | calendar{ |
36 | gregorian{ | |
37 | DateTimePatterns{ | |
38 | "h:mm:ss aa", | |
39 | "H:mm:ss", | |
40 | "H:mm:ss", | |
41 | "H:mm:ss", | |
42 | "dd MMMM yyyy", | |
43 | "dd MMMM yyyy", | |
44 | "dd/MM/yyyy", | |
45 | "dd/MM/yyyy", | |
46 | "{1} {0}", | |
47 | } | |
48 | } | |
49 | } | |
50 | } |