]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
46f4442e | 3 | // * Copyright (C) 2008 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/nl_BE.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | nl_BE{ |
73c04bcf | 10 | Countries{ |
46f4442e | 11 | IM{"Het Eiland Man"} |
73c04bcf A |
12 | } |
13 | Languages{ | |
14 | lv{"Lets"} | |
15 | oc{"Occitaans (na 1500); Provençaals"} | |
73c04bcf A |
16 | sh{"Servo-Kroatisch"} |
17 | } | |
374ca955 | 18 | NumberPatterns{ |
73c04bcf | 19 | "#,##0.###", |
46f4442e | 20 | "#,##0.00 ¤", |
b75a7d8f A |
21 | "#,##0%", |
22 | "#E0", | |
23 | } | |
73c04bcf A |
24 | Types{ |
25 | collation{ | |
26 | traditional{"Traditioneel"} | |
27 | } | |
28 | } | |
46f4442e | 29 | Version{"1.65"} |
374ca955 A |
30 | calendar{ |
31 | gregorian{ | |
32 | DateTimeElements:intvector{ | |
33 | 2, | |
34 | 4, | |
35 | } | |
36 | DateTimePatterns{ | |
73c04bcf | 37 | "HH:mm:ss v", |
374ca955 A |
38 | "HH:mm:ss z", |
39 | "HH:mm:ss", | |
40 | "HH:mm", | |
41 | "EEEE d MMMM yyyy", | |
42 | "d MMMM yyyy", | |
46f4442e | 43 | "d-MMM-yyyy", |
374ca955 A |
44 | "d/MM/yy", |
45 | "{1} {0}", | |
46 | } | |
47 | } | |
48 | } | |
b75a7d8f | 49 | } |