]>
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/so_ET.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | so_ET{ |
10 | Currencies{ | |
11 | ETB{ | |
12 | "$", | |
73c04bcf | 13 | "Itoobiya Bir", |
374ca955 A |
14 | } |
15 | USD{ | |
16 | "US$", | |
17 | "USD", | |
18 | } | |
19 | } | |
20 | NumberPatterns{ | |
73c04bcf A |
21 | "#,##0.###", |
22 | "¤#,##0.00", | |
b75a7d8f A |
23 | "#,##0%", |
24 | "#E0", | |
25 | } | |
73c04bcf A |
26 | Version{"1.39"} |
27 | calendar{ | |
28 | gregorian{ | |
29 | DateTimeElements:intvector{ | |
30 | 7, | |
31 | 1, | |
32 | } | |
33 | } | |
34 | } | |
374ca955 | 35 | } |