]>
Commit | Line | Data |
---|---|---|
3d1f044b A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | ku{ | |
4 | Currencies{ | |
5 | EUR{ | |
6 | "€", | |
7 | "ewro", | |
8 | } | |
9 | TRY{ | |
10 | "₺", | |
11 | "TRY", | |
12 | } | |
13 | } | |
3d1f044b A |
14 | CurrencyPlurals{ |
15 | EUR{ | |
16 | one{"ewro"} | |
17 | other{"ewro"} | |
18 | } | |
19 | } | |
20 | CurrencyUnitPatterns{ | |
21 | one{"{0} {1}"} | |
22 | other{"{0} {1}"} | |
23 | } | |
340931cb | 24 | Version{"36.1"} |
3d1f044b | 25 | } |