equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
|
2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> |
|
3 <!-- Copyright © 1991-2013 Unicode, Inc. |
|
4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) |
|
5 For terms of use, see http://www.unicode.org/copyright.html |
|
6 --> |
|
7 <ldml> |
|
8 <identity> |
|
9 <version number="$Revision: 9287 $"/> |
|
10 <generation date="$Date: 2013-08-28 21:32:04 -0500 (Wed, 28 Aug 2013) $"/> |
|
11 <language type="ms"/> |
|
12 <script type="Latn"/> |
|
13 <territory type="BN"/> |
|
14 </identity> |
|
15 <dates> |
|
16 <calendars> |
|
17 <calendar type="generic"> |
|
18 <dateFormats> |
|
19 <dateFormatLength type="full"> |
|
20 <dateFormat> |
|
21 <pattern>dd MMMM y G</pattern> |
|
22 </dateFormat> |
|
23 </dateFormatLength> |
|
24 </dateFormats> |
|
25 </calendar> |
|
26 <calendar type="gregorian"> |
|
27 <dateFormats> |
|
28 <dateFormatLength type="full"> |
|
29 <dateFormat> |
|
30 <pattern>dd MMMM y</pattern> |
|
31 </dateFormat> |
|
32 </dateFormatLength> |
|
33 </dateFormats> |
|
34 </calendar> |
|
35 </calendars> |
|
36 </dates> |
|
37 <numbers> |
|
38 <symbols numberSystem="latn"> |
|
39 <decimal>,</decimal> |
|
40 <group>.</group> |
|
41 </symbols> |
|
42 <currencyFormats numberSystem="latn"> |
|
43 <currencyFormatLength> |
|
44 <currencyFormat type="standard"> |
|
45 <pattern>¤ #,##0.00</pattern> |
|
46 </currencyFormat> |
|
47 </currencyFormatLength> |
|
48 </currencyFormats> |
|
49 <currencies> |
|
50 <currency type="BND"> |
|
51 <symbol>$</symbol> |
|
52 </currency> |
|
53 </currencies> |
|
54 </numbers> |
|
55 </ldml> |
|
56 |