]>
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 | nn{ |
f3c0d7a5 | 4 | Version{"2.1.31.86"} |
b331163b | 5 | durationUnits{ |
f3c0d7a5 A |
6 | hm{"h:mm"} |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
b331163b A |
9 | } |
10 | unitsNarrow{ | |
11 | area{ | |
12 | acre{ | |
13 | one{"{0} ac"} | |
14 | other{"{0} ac"} | |
15 | } | |
16 | square-foot{ | |
17 | one{"{0} ft²"} | |
18 | other{"{0} ft²"} | |
19 | } | |
20 | square-mile{ | |
21 | one{"{0} mi²"} | |
22 | other{"{0} mi²"} | |
23 | } | |
24 | } | |
25 | length{ | |
26 | mile{ | |
27 | one{"{0} mi"} | |
28 | other{"{0} mi"} | |
29 | } | |
30 | yard{ | |
31 | one{"{0} yd"} | |
32 | other{"{0} yd"} | |
33 | } | |
34 | } | |
35 | pressure{ | |
36 | inch-hg{ | |
37 | one{"{0} inHg"} | |
38 | other{"{0} inHg"} | |
39 | } | |
40 | } | |
41 | speed{ | |
42 | mile-per-hour{ | |
43 | one{"{0} mi/h"} | |
44 | other{"{0} mi/h"} | |
45 | } | |
46 | } | |
47 | volume{ | |
48 | cubic-mile{ | |
49 | one{"{0} mi³"} | |
50 | other{"{0} mi³"} | |
51 | } | |
52 | } | |
53 | } | |
54 | unitsShort{ | |
55 | area{ | |
56 | acre{ | |
57 | one{"{0} ac"} | |
58 | other{"{0} ac"} | |
59 | } | |
60 | square-mile{ | |
61 | one{"{0} mi²"} | |
62 | other{"{0} mi²"} | |
63 | } | |
64 | } | |
65 | length{ | |
66 | mile{ | |
67 | one{"{0} mi"} | |
68 | other{"{0} mi"} | |
69 | } | |
70 | yard{ | |
71 | one{"{0} yd"} | |
72 | other{"{0} yd"} | |
73 | } | |
74 | } | |
75 | pressure{ | |
76 | inch-hg{ | |
77 | one{"{0} inHg"} | |
78 | other{"{0} inHg"} | |
79 | } | |
80 | } | |
81 | speed{ | |
82 | mile-per-hour{ | |
83 | one{"{0} mi/h"} | |
84 | other{"{0} mi/h"} | |
85 | } | |
86 | } | |
87 | volume{ | |
88 | cubic-mile{ | |
89 | one{"{0} mi³"} | |
90 | other{"{0} mi³"} | |
91 | } | |
92 | } | |
93 | } | |
94 | } |