]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
729e4ab9 | 3 | haw{ |
51004dcb A |
4 | Currencies{ |
5 | USD{ | |
6 | "$", | |
7 | "USD", | |
8 | } | |
9 | } | |
f3c0d7a5 A |
10 | CurrencyUnitPatterns{ |
11 | one{"{0} {1}"} | |
12 | other{"{0} {1}"} | |
13 | } | |
340931cb | 14 | Version{"36.1"} |
729e4ab9 | 15 | } |