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