• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3sd_Deva{
4    %%Parent{"root"}
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            "¥",
28            "जापानी येनु",
29        }
30        RUB{
31            "RUB",
32            "रशियनु रुबलु",
33        }
34        USD{
35            "$",
36            "यूएस जो डॉलल",
37        }
38        XXX{
39            "¤",
40            "अणवाकुफु चालू सिक्को",
41        }
42    }
43    Currencies%narrow{
44        GBP{"£"}
45        RUB{"₽"}
46        USD{"$"}
47    }
48    CurrencyPlurals{
49        BRL{
50            one{"बरजिलियन रियलु"}
51            other{"बरजिलियन रियल"}
52        }
53        CNY{
54            one{"चीना युआनु"}
55            other{"चीना युआन"}
56        }
57        GBP{
58            one{"बरतानवी पाउंड"}
59            other{"बरतानवी पाउंड"}
60        }
61        JPY{
62            one{"जापानी येनु"}
63            other{"जापानी येन"}
64        }
65        RUB{
66            one{"रशियनु रुबलु"}
67            other{"रशियनु रुबल"}
68        }
69        USD{
70            one{"यूएस जो डॉलर"}
71            other{"यूएस जा डॉलर"}
72        }
73        XXX{
74            one{"अणवाकुफु चालू सिक्के जो एको"}
75            other{"अणवाकुफु चालू सिक्को"}
76        }
77    }
78    Version{"37"}
79}
80