]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | mgo{ |
f3c0d7a5 | 4 | Version{"2.1.31.33"} |
b331163b A |
5 | units{ |
6 | duration{ | |
7 | day{ | |
8 | one{"{0} d"} | |
9 | other{"{0} d"} | |
10 | } | |
11 | hour{ | |
12 | one{"{0} h"} | |
13 | other{"{0} h"} | |
14 | } | |
15 | minute{ | |
16 | one{"{0} min"} | |
17 | other{"{0} min"} | |
18 | } | |
19 | month{ | |
20 | one{"{0} m"} | |
21 | other{"{0} m"} | |
22 | } | |
23 | second{ | |
24 | one{"{0} s"} | |
25 | other{"{0} s"} | |
26 | } | |
27 | } | |
28 | } | |
29 | } |