]>
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 | } | |
14 | Currencies%narrow{ | |
15 | EUR{"€"} | |
16 | } | |
17 | CurrencyPlurals{ | |
18 | EUR{ | |
19 | one{"ewro"} | |
20 | other{"ewro"} | |
21 | } | |
22 | } | |
23 | CurrencyUnitPatterns{ | |
24 | one{"{0} {1}"} | |
25 | other{"{0} {1}"} | |
26 | } | |
27 | Version{"2.1.47.83"} | |
28 | } |