]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
374ca955 A |
3 | // * Copyright (C) 2004 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../locale/common/main/so_ET.xml | |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | so_ET{ |
10 | Currencies{ | |
11 | ETB{ | |
12 | "$", | |
13 | "ETB", | |
14 | } | |
15 | USD{ | |
16 | "US$", | |
17 | "USD", | |
18 | } | |
19 | } | |
20 | NumberPatterns{ | |
b75a7d8f | 21 | "#,##0.###;-#,##0.###", |
374ca955 | 22 | "¤#,##0.00;-¤#,##0.00", |
b75a7d8f A |
23 | "#,##0%", |
24 | "#E0", | |
25 | } | |
374ca955 A |
26 | Version{"1.2"} |
27 | } |