]>
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 A |
3 | kl{ |
4 | Currencies{ | |
5 | DKK{ | |
b331163b | 6 | "kr.", |
729e4ab9 A |
7 | "DKK", |
8 | } | |
51004dcb A |
9 | EUR{ |
10 | "€", | |
11 | "euro", | |
12 | } | |
13 | } | |
14 | CurrencyPlurals{ | |
15 | EUR{ | |
16 | one{"euro"} | |
17 | other{"euro"} | |
18 | } | |
729e4ab9 | 19 | } |
3d1f044b | 20 | Version{"2.1.47.82"} |
729e4ab9 | 21 | } |