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
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
mni{
Currencies{
BRL{
"R$",
"ব্রাজিলিয়ান রেয়াল",
}
CNY{
"CN¥",
"চাইনিজ য়ুআন",
}
EUR{
"€",
"য়ুরো",
}
GBP{
"£",
"ব্রিটিশ পাউন্দ",
}
INR{
"₹",
"ইন্দিয়ান রুপী",
}
JPY{
"JP¥",
"জাপানিজ য়েন",
}
RUB{
"RUB",
"রুসিয়ান রুবল",
}
USD{
"$",
"য়ু এস দি",
}
XXX{
"¤",
"মশকখংদবা করেন্সি",
}
}
Currencies%narrow{
USD{"$"}
}
CurrencyPlurals{
BRL{
other{"ব্রাজিলিয়ান রেয়াল"}
}
CNY{
other{"চাইনিজ য়ুআন"}
}
EUR{
other{"য়ুরো"}
}
GBP{
other{"ব্রিটিশ পাউন্দ"}
}
INR{
other{"ইন্দিয়ান রুপী"}
}
JPY{
other{"জাপানিজ য়েন"}
}
RUB{
other{"রুসিয়ান রুবল"}
}
USD{
other{"য়ু এস দি"}
}
XXX{
other{"মশকখংদবা করেন্সি"}
}
}
}
|