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
4sa{
5    Currencies{
6        BRL{
7            "R$",
8            "ब्राजीली रियाल",
9        }
10        CNY{
11            "CN¥",
12            "चीनी युआन",
13        }
14        EUR{
15            "€",
16            "फिरङ्गिन् मुद्रा",
17        }
18        GBP{
19            "£",
20            "आङ्ग्लदेशीयः पाउंड",
21        }
22        INR{
23            "₹",
24            "भारतीय रूप्यकम्",
25        }
26        JPY{
27            "JP¥",
28            "जापानी येन",
29        }
30        RUB{
31            "RUB",
32            "रष्यदेशीय रूबल",
33        }
34        USD{
35            "US$",
36            "यूएस डॉलर",
37        }
38        XXX{
39            "¤",
40            "अज्ञात मुद्रा",
41        }
42    }
43    Currencies%narrow{
44        BRL{"R$"}
45        CNY{"¥"}
46        GBP{"£"}
47        INR{"₹"}
48        JPY{"¥"}
49        USD{"$"}
50    }
51    CurrencyPlurals{
52        BRL{
53            other{"ब्राजीली रियाल"}
54        }
55        CNY{
56            other{"चीनी युआन"}
57        }
58        EUR{
59            other{"फिरङ्गिन् मुद्रा"}
60        }
61        GBP{
62            other{"आङ्ग्लदेशीयः पाउंड"}
63        }
64        INR{
65            other{"भारतीय रूप्यकम्"}
66        }
67        JPY{
68            other{"जापानी येन"}
69        }
70        RUB{
71            other{"रष्यदेशीय रूबल"}
72        }
73        USD{
74            other{"अमेरिकादेशः डॉलर"}
75        }
76        XXX{
77            other{"(अज्ञात मुद्रा)"}
78        }
79    }
80}
81