summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/curr/se.txt
blob: 589fdd788aebb516d5a424a54cb9dd2d6a677dec (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
se{
    Currencies{
        DKK{
            "Dkr",
            "DKK",
        }
        EUR{
            "€",
            "euro",
        }
        FIM{
            "FIM",
            "suoma márkki",
        }
        HKD{
            "HK$",
            "HKD",
        }
        INR{
            "₹",
            "INR",
        }
        JPY{
            "JP¥",
            "JPY",
        }
        MXN{
            "MX$",
            "MXN",
        }
        NOK{
            "kr",
            "norgga kruvdno",
        }
        SEK{
            "Skr",
            "ruoŧŧa kruvdno",
        }
        THB{
            "฿",
            "THB",
        }
        XAG{
            "XAG",
            "uns silba",
        }
        XAU{
            "XAU",
            "uns golli",
        }
    }
    CurrencyPlurals{
        EUR{
            one{"euro"}
            other{"euro"}
            two{"euro"}
        }
        NOK{
            one{"norgga kruvdno"}
            other{"norgga kruvdno"}
            two{"norgga kruvdno"}
        }
        SEK{
            one{"ruoŧŧa kruvdno"}
            other{"ruoŧŧa kruvdno"}
            two{"ruoŧŧa kruvdno"}
        }
    }
    CurrencyUnitPatterns{
        one{"{0} {1}"}
        other{"{0} {1}"}
        two{"{0} {1}"}
    }
    Version{"2.1.27.98"}
}