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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 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 /**
10 * ICU <specials> source: <path>/common/main/nn.xml
11 */
12 nn{
13 Version{"2.1.7.72"}
14 unitsNarrow{
15 area{
16 acre{
17 one{"{0} ac"}
18 other{"{0} ac"}
19 }
20 square-foot{
21 one{"{0} ft²"}
22 other{"{0} ft²"}
23 }
24 square-mile{
25 one{"{0} mi²"}
26 other{"{0} mi²"}
27 }
28 }
29 length{
30 mile{
31 one{"{0} mi"}
32 other{"{0} mi"}
33 }
34 yard{
35 one{"{0} yd"}
36 other{"{0} yd"}
37 }
38 }
39 pressure{
40 inch-hg{
41 one{"{0} inHg"}
42 other{"{0} inHg"}
43 }
44 }
45 speed{
46 mile-per-hour{
47 one{"{0} mi/h"}
48 other{"{0} mi/h"}
49 }
50 }
51 volume{
52 cubic-mile{
53 one{"{0} mi³"}
54 other{"{0} mi³"}
55 }
56 }
57 }
58 unitsShort{
59 area{
60 acre{
61 one{"{0} ac"}
62 other{"{0} ac"}
63 }
64 square-mile{
65 one{"{0} mi²"}
66 other{"{0} mi²"}
67 }
68 }
69 length{
70 mile{
71 one{"{0} mi"}
72 other{"{0} mi"}
73 }
74 yard{
75 one{"{0} yd"}
76 other{"{0} yd"}
77 }
78 }
79 pressure{
80 inch-hg{
81 one{"{0} inHg"}
82 other{"{0} inHg"}
83 }
84 }
85 speed{
86 mile-per-hour{
87 one{"{0} mi/h"}
88 other{"{0} mi/h"}
89 }
90 }
91 volume{
92 cubic-mile{
93 one{"{0} mi³"}
94 other{"{0} mi³"}
95 }
96 }
97 }
98 }
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