1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/ti.xml
7// *
8// ***************************************************************************
9ti{
10    Currencies{
11        BRL{
12            "R$",
13            "የብራዚል ሪል",
14        }
15        CNY{
16            "CN¥",
17            "የቻይና ዩአን ረንሚንቢ",
18        }
19        ETB{
20            "Br",
21            "የኢትዮጵያ ብር",
22        }
23        EUR{
24            "€",
25            "አውሮ",
26        }
27        GBP{
28            "£",
29            "የእንግሊዝ ፓውንድ ስተርሊንግ",
30        }
31        INR{
32            "₹",
33            "የሕንድ ሩፒ",
34        }
35        JPY{
36            "JP¥",
37            "የጃፓን የን",
38        }
39        RUB{
40            "RUB",
41            "የራሻ ሩብል",
42        }
43        USD{
44            "US$",
45            "የአሜሪካን ዶላር",
46        }
47    }
48    Version{"2.1.19.14"}
49}
50