]>
Commit | Line | Data |
---|---|---|
b331163b A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2015 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/es_419.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | es_419{ | |
10 | Currencies{ | |
11 | CAD{ | |
12 | "CAD", | |
13 | "dólar canadiense", | |
14 | } | |
15 | EUR{ | |
16 | "EUR", | |
17 | "euro", | |
18 | } | |
19 | THB{ | |
20 | "THB", | |
21 | "bat", | |
22 | } | |
23 | USD{ | |
24 | "USD", | |
25 | "dólar estadounidense", | |
26 | } | |
27 | VND{ | |
28 | "VND", | |
29 | "dong", | |
30 | } | |
31 | } | |
32 | Currencies%narrow{ | |
33 | EUR{"€"} | |
34 | } | |
35 | Version{"2.1.13.23"} | |
36 | } |