]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/chr.xml | |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
729e4ab9 A |
9 | chr{ |
10 | Currencies{ | |
11 | BRL{ | |
12 | "R$", | |
13 | "ᏆᏏᎵᎢ ᎠᏕᎳ", | |
14 | } | |
15 | CAD{ | |
16 | "CA$", | |
17 | "ᎧᎾᏓ ᎠᏕᎳ", | |
18 | } | |
19 | CNY{ | |
20 | "CN¥", | |
21 | "ᏓᎶᏂᎨ ᎠᏕᎳ", | |
22 | } | |
23 | EUR{ | |
24 | "€", | |
25 | "ᏳᎳᏛ", | |
26 | } | |
27 | GBP{ | |
28 | "£", | |
29 | "ᎩᎵᏏᏲ ᎠᏕᎳ", | |
30 | } | |
31 | INR{ | |
4388f060 | 32 | "₹", |
729e4ab9 A |
33 | "ᎢᏅᏗᎾ ᎠᏕᎳ", |
34 | } | |
35 | JPY{ | |
36 | "JP¥", | |
37 | "ᏣᏩᏂᏏ ᎠᏕᎳ", | |
38 | } | |
39 | MXN{ | |
40 | "MX$", | |
41 | "ᏍᏆᏂ ᎠᏕᎳ", | |
42 | } | |
43 | RUB{ | |
44 | "RUB", | |
45 | "ᏲᏂᎢ ᎠᏕᎳ", | |
46 | } | |
47 | USD{ | |
48 | "$", | |
49 | "ᎤᏃᏍᏗ", | |
50 | } | |
51 | } | |
52 | CurrencyPlurals{ | |
53 | USD{ | |
54 | one{"ᎤᏃᏍᏗ"} | |
55 | other{"ᏧᏃᏍᏗ"} | |
56 | } | |
57 | } | |
58 | CurrencyUnitPatterns{ | |
59 | one{"{0} {1}"} | |
60 | other{"{0} {1}"} | |
61 | } | |
2ca993e8 | 62 | Version{"2.1.23.7"} |
729e4ab9 | 63 | } |