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
4mni{
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            "$",
36            "য়ু এস দি",
37        }
38        XXX{
39            "¤",
40            "মশকখংদবা করেন্সি",
41        }
42    }
43    Currencies%narrow{
44        USD{"$"}
45    }
46    CurrencyPlurals{
47        BRL{
48            other{"ব্রাজিলিয়ান রেয়াল"}
49        }
50        CNY{
51            other{"চাইনিজ য়ুআন"}
52        }
53        EUR{
54            other{"য়ুরো"}
55        }
56        GBP{
57            other{"ব্রিটিশ পাউন্দ"}
58        }
59        INR{
60            other{"ইন্দিয়ান রুপি"}
61        }
62        JPY{
63            other{"জাপানিজ য়েন"}
64        }
65        RUB{
66            other{"রুসিয়ান রুবল"}
67        }
68        USD{
69            other{"য়ু এস দি"}
70        }
71        XXX{
72            other{"মশকখংদবা করেন্সি"}
73        }
74    }
75}
76