blob: 4a9878a4320c9376b92e18be428eae7d7f11ea0d (
plain)
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
|
// ***************************************************************************
// *
// * Copyright (C) 2011 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/main/om.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/main/om.xml
*/
om{
Countries{
BR{"Brazil"}
CN{"China"}
DE{"Germany"}
ET{"Itoophiyaa"}
FR{"France"}
GB{"United Kingdom"}
IN{"India"}
IT{"Italy"}
JP{"Japan"}
KE{"Keeniyaa"}
RU{"Russia"}
US{"United States"}
}
Version{"2.0.57.98"}
}
|