• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3mgo{
4    Version{"2.1.38.69"}
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}
30