blob: 9959e59a2ba362b74d65a35763ed18a29cded3f8 (
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
|
// ***************************************************************************
// *
// * 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/ig.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/main/ig.xml
*/
ig{
Countries{
BJ{"Binin"}
BM{"Bemuda"}
CN{"Chaina"}
HT{"Hati"}
KM{"Comorosu"}
LY{"Libyia"}
MV{"Maldivesa"}
NG{"Nigeria"}
}
Version{"2.0.57.98"}
}
|