1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3es_US{
4    %%Parent{"es_419"}
5    Currencies{
6        AMD{
7            "AMD",
8            "dram",
9        }
10        JPY{
11            "¥",
12            "yen",
13        }
14        MYR{
15            "MYR",
16            "ringit",
17        }
18        STN{
19            "STN",
20            "dobra santotomense",
21        }
22        THB{
23            "THB",
24            "bat",
25        }
26        USD{
27            "$",
28            "dólar estadounidense",
29        }
30        UZS{
31            "UZS",
32            "sum",
33        }
34        XAF{
35            "XAF",
36            "franco CFA de África central",
37        }
38        XOF{
39            "XOF",
40            "franco CFA de África Occidental",
41        }
42    }
43    Currencies%narrow{
44        FKP{"£"}
45        RON{"lei"}
46        SSP{"£"}
47        SYP{"£"}
48        VEF{"Bs"}
49    }
50    CurrencyPlurals{
51        KGS{
52            one{"som"}
53        }
54        MYR{
55            one{"ringit"}
56            other{"ringits"}
57        }
58        STN{
59            one{"dobra santotomense"}
60            other{"dobra santotomense"}
61        }
62        THB{
63            one{"bat"}
64            other{"bats"}
65        }
66        UZS{
67            one{"sum"}
68            other{"sums"}
69        }
70        XAF{
71            one{"franco CFA de África central"}
72            other{"francos CFA de África central"}
73        }
74        XOF{
75            one{"franco CFA de África Occidental"}
76            other{"francos CFA de África Occidental"}
77        }
78    }
79    Version{"2.1.43.65"}
80}
81