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
4en_IN{
5    %%Parent{"en_001"}
6    Currencies{
7        USD{
8            "$",
9            "US Dollar",
10        }
11        VEF{
12            "VEF",
13            "Venezuelan Bolívar",
14        }
15        VES{
16            "VES",
17            "VES",
18        }
19    }
20    CurrencyPlurals{
21        VEF{
22            one{"Venezuelan bolívar"}
23            other{"Venezuelan bolívars"}
24        }
25        VES{
26            one{"VES"}
27            other{"VES"}
28        }
29    }
30}
31