1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4kl{
5    Currencies{
6        DKK{
7            "kr.",
8            "DKK",
9        }
10        EUR{
11            "€",
12            "euro",
13        }
14    }
15    CurrencyPlurals{
16        EUR{
17            one{"euro"}
18            other{"euro"}
19        }
20    }
21}
22