]>
Commit | Line | Data |
---|---|---|
b331163b A |
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/mgo.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | mgo{ | |
10 | Version{"2.1.6.69"} | |
11 | units{ | |
12 | duration{ | |
13 | day{ | |
14 | one{"{0} d"} | |
15 | other{"{0} d"} | |
16 | } | |
17 | hour{ | |
18 | one{"{0} h"} | |
19 | other{"{0} h"} | |
20 | } | |
21 | minute{ | |
22 | one{"{0} min"} | |
23 | other{"{0} min"} | |
24 | } | |
25 | month{ | |
26 | one{"{0} m"} | |
27 | other{"{0} m"} | |
28 | } | |
29 | second{ | |
30 | one{"{0} s"} | |
31 | other{"{0} s"} | |
32 | } | |
33 | } | |
34 | } | |
35 | } |