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

Side by Side Diff: source/data/unit/kl.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/kkj.txt ('k') | source/data/unit/kln.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/kl.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/kl.xml
11 */
12 kl{
13 Version{"2.1.6.69"}
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-foot{
65 one{"{0} ft²"}
66 other{"{0} ft²"}
67 }
68 square-mile{
69 one{"{0} mi²"}
70 other{"{0} mi²"}
71 }
72 }
73 length{
74 mile{
75 one{"{0} mi"}
76 other{"{0} mi"}
77 }
78 yard{
79 one{"{0} yd"}
80 other{"{0} yd"}
81 }
82 }
83 pressure{
84 inch-hg{
85 one{"{0} inHg"}
86 other{"{0} inHg"}
87 }
88 }
89 speed{
90 mile-per-hour{
91 one{"{0} mi/h"}
92 other{"{0} mi/h"}
93 }
94 }
95 volume{
96 cubic-mile{
97 one{"{0} mi³"}
98 other{"{0} mi³"}
99 }
100 }
101 }
102 }
OLDNEW
« no previous file with comments | « source/data/unit/kkj.txt ('k') | source/data/unit/kln.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698