]>
Commit | Line | Data |
---|---|---|
1 | // © 2016 and later: Unicode, Inc. and others. | |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | kl{ | |
4 | Currencies{ | |
5 | DKK{ | |
6 | "kr.", | |
7 | "DKK", | |
8 | } | |
9 | EUR{ | |
10 | "€", | |
11 | "euro", | |
12 | } | |
13 | } | |
14 | CurrencyPlurals{ | |
15 | EUR{ | |
16 | one{"euro"} | |
17 | other{"euro"} | |
18 | } | |
19 | } | |
20 | Version{"36.1"} | |
21 | } |