1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/yi.xml
7// *
8// ***************************************************************************
9yi{
10    Currencies{
11        BZD{
12            "BZD",
13            "בעליז דאלאַר",
14        }
15        CHF{
16            "CHF",
17            "שווייצער פֿראַנק",
18        }
19        EUR{
20            "€",
21            "איירא",
22        }
23        SEK{
24            "SEK",
25            "שוועדישע קראנע",
26        }
27        XAG{
28            "XAG",
29            "זילבער",
30        }
31        XAU{
32            "XAU",
33            "גאלד",
34        }
35    }
36    CurrencyPlurals{
37        EUR{
38            one{"איירא"}
39            other{"איירא"}
40        }
41    }
42    Version{"2.1.7.41"}
43}
44