]>
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_ET.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: ./xml/main/gez_ET.xml | |
11 | */ | |
12 | gez_ET{ | |
13 | Currencies{ | |
14 | USD{ | |
15 | "US$", | |
16 | "የአሜሪካን ዶላር", | |
17 | } | |
18 | } | |
19 | NumberElements{ | |
20 | ".", | |
21 | "ወ", | |
22 | ";", | |
23 | "%", | |
24 | "0", | |
25 | "#", | |
26 | "-", | |
27 | "E", | |
28 | "‰", | |
29 | "∞", | |
30 | "�", | |
31 | "+", | |
32 | } | |
33 | NumberPatterns{ | |
34 | "#,##0.###", | |
35 | "¤#,##0.00", | |
36 | "#,##0%", | |
37 | "#E0", | |
38 | } | |
39 | Version{"1.19"} | |
40 | calendar{ | |
41 | gregorian{ | |
42 | DateTimePatterns{ | |
43 | "h:mm:ss a", | |
44 | "h:mm:ss a", | |
45 | "h:mm:ss a", | |
46 | "h:mm a", | |
47 | "EEEE፥ dd MMMM መዓልት yyyy G", | |
48 | "dd MMMM yyyy", | |
49 | "dd-MMM-yyyy", | |
50 | "dd/MM/yy", | |
51 | "{1} {0}", | |
52 | } | |
53 | } | |
54 | } | |
55 | } |