blob: cf4f2111c66ac473c6f77fdb7ba6674658d9f223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// ***************************************************************************
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/main/kl.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/main/kl.xml
*/
kl{
Currencies{
DKK{
"kr",
"DKK",
}
}
Version{"2.0.65.46"}
}
|