]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2005 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../../ICU4J/cldr/common/main/gez_ER.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: ./xml/main/gez_ER.xml | |
11 | */ | |
12 | gez_ER{ | |
13 | Currencies{ | |
14 | ERN{ | |
15 | "$", | |
16 | "ERN", | |
17 | } | |
18 | USD{ | |
19 | "US$", | |
20 | "የአሜሪካን ዶላር", | |
21 | } | |
22 | } | |
23 | NumberElements{ | |
24 | ".", | |
25 | "ወ", | |
26 | ";", | |
27 | "%", | |
28 | "0", | |
29 | "#", | |
30 | "-", | |
31 | "E", | |
32 | "‰", | |
33 | "∞", | |
34 | "�", | |
35 | "+", | |
36 | } | |
37 | NumberPatterns{ | |
38 | "#,##0.###", | |
39 | "¤#,##0.00", | |
40 | "#,##0%", | |
41 | "#E0", | |
42 | } | |
43 | Version{"1.18"} | |
44 | calendar{ | |
45 | gregorian{ | |
46 | DateTimePatterns{ | |
47 | "h:mm:ss a", | |
48 | "h:mm:ss a", | |
49 | "h:mm:ss a", | |
50 | "h:mm a", | |
51 | "EEEE፥ dd MMMM መዓልት yyyy G", | |
52 | "dd MMMM yyyy", | |
53 | "dd-MMM-yyyy", | |
54 | "dd/MM/yy", | |
55 | "{1} {0}", | |
56 | } | |
57 | } | |
58 | } | |
59 | } |