summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/curr/ku.txt
blob: 6eee85b593e84fb0f08c01702ebb128457dde425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ku{
    Currencies{
        EUR{
            "€",
            "ewro",
        }
        TRY{
            "₺",
            "TRY",
        }
    }
    CurrencyPlurals{
        EUR{
            one{"ewro"}
            other{"ewro"}
        }
    }
    CurrencyUnitPatterns{
        one{"{0} {1}"}
        other{"{0} {1}"}
    }
    Version{"37"}
}