]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2012 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/so.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: <path>/xml/main/so.xml | |
11 | */ | |
12 | so{ | |
13 | Currencies{ | |
14 | DJF{ | |
15 | "DJF", | |
16 | "Faran Jabbuuti", | |
17 | } | |
18 | ETB{ | |
19 | "ETB", | |
20 | "Birta Itoobbiya", | |
21 | } | |
22 | EUR{ | |
23 | "€", | |
24 | "Yuuroo", | |
25 | } | |
26 | SAR{ | |
27 | "SAR", | |
28 | "Riyaalka Sacuudiga", | |
29 | } | |
30 | SOS{ | |
31 | "SOS", | |
32 | "Shilin soomaali", | |
33 | } | |
34 | TZS{ | |
35 | "TZS", | |
36 | "Shilin Tansaani", | |
37 | } | |
38 | USD{ | |
39 | "US$", | |
40 | "Doollar maraykan", | |
41 | } | |
42 | } | |
43 | Version{"2.0.65.46"} | |
44 | } |