Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Side by Side Diff: source/data/unit/nn.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/unit/nmg.txt ('k') | source/data/unit/nn_NO.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/nn.xml 6 // * Source File: <path>/common/main/nn.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/nn.xml
11 */
12 nn{ 9 nn{
13 Version{"2.1.7.72"} 10 Version{"2.1.19.14"}
11 durationUnits{
12 hm{"h:mm"}
13 hms{"h:mm:ss"}
14 ms{"m:ss"}
15 }
14 unitsNarrow{ 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 }
15 } 59 }
16 unitsShort{ 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 }
17 } 99 }
18 } 100 }
OLDNEW
« no previous file with comments | « source/data/unit/nmg.txt ('k') | source/data/unit/nn_NO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698