]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 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/en_BE.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | en_BE{ |
10 | Currencies{ | |
11 | BEF{ | |
12 | "BF", | |
13 | "Belgian Franc", | |
14 | { | |
15 | "#,##0.00 ¤;-#,##0.00 ¤", | |
16 | ",", | |
17 | ".", | |
18 | } | |
19 | } | |
b75a7d8f | 20 | } |
374ca955 | 21 | NumberElements{ |
b75a7d8f A |
22 | ",", |
23 | ".", | |
24 | ";", | |
25 | "%", | |
26 | "0", | |
27 | "#", | |
28 | "-", | |
29 | "E", | |
374ca955 A |
30 | "‰", |
31 | "∞", | |
73c04bcf | 32 | "NaN", |
374ca955 | 33 | "+", |
b75a7d8f | 34 | } |
374ca955 | 35 | NumberPatterns{ |
73c04bcf A |
36 | "#,##0.###", |
37 | "#,##0.00 ¤", | |
b75a7d8f A |
38 | "#,##0%", |
39 | "#E0", | |
40 | } | |
73c04bcf | 41 | Version{"1.46"} |
374ca955 A |
42 | calendar{ |
43 | gregorian{ | |
44 | DateTimeElements:intvector{ | |
45 | 2, | |
46 | 4, | |
47 | } | |
48 | DateTimePatterns{ | |
49 | "HH' h 'mm' min 'ss' s 'z", | |
50 | "HH:mm:ss z", | |
51 | "HH:mm:ss", | |
52 | "HH:mm", | |
53 | "EEEE d MMMM yyyy", | |
54 | "EEE d MMM yyyy", | |
55 | "dd MMM yyyy", | |
56 | "dd/MM/yy", | |
57 | "{1} {0}", | |
58 | } | |
59 | } | |
60 | } | |
b75a7d8f | 61 | } |