blob: fe2d7210b4120cb9d2b12273428ec49054697af1 (
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) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/main/bo.xml
*/
bo{
Currencies{
CNY{
"CN¥",
"ཡུ་ཨན་",
}
INR{
"₹",
"རྒྱ་གར་སྒོར་མོ་",
}
XXX{
"XXX",
"མ་རྟོགས་པའི་ནུས་མེད་དངུལ་ལོར",
}
}
Version{"2.0.74.85"}
}
|