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

Side by Side Diff: source/data/unit/rm.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/resfiles.mk ('k') | source/data/unit/rn.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/rm.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/rm.xml
11 */
12 rm{
13 Version{"2.1.8.9"}
14 units{
15 duration{
16 day{
17 one{"{0} di"}
18 other{"{0} dis"}
19 }
20 hour{
21 one{"{0} ura"}
22 other{"{0} uras"}
23 }
24 minute{
25 one{"{0} minuta"}
26 other{"{0} minutas"}
27 }
28 month{
29 one{"{0} mais"}
30 other{"{0} mais"}
31 }
32 second{
33 one{"{0} secunda"}
34 other{"{0} secundas"}
35 }
36 week{
37 one{"{0} emna"}
38 other{"{0} emnas"}
39 }
40 year{
41 one{"{0} onn"}
42 other{"{0} onns"}
43 }
44 }
45 }
46 unitsNarrow{
47 duration{
48 day{
49 one{"{0} dis"}
50 other{"{0} dis"}
51 }
52 hour{
53 one{"{0} uras"}
54 other{"{0} uras"}
55 }
56 minute{
57 one{"{0} mins."}
58 other{"{0} mins."}
59 }
60 month{
61 one{"{0} mais"}
62 other{"{0} mais"}
63 }
64 second{
65 one{"{0} secs."}
66 other{"{0} secs."}
67 }
68 week{
69 one{"{0} emnas"}
70 other{"{0} emnas"}
71 }
72 year{
73 one{"{0} onns"}
74 other{"{0} onns"}
75 }
76 }
77 }
78 unitsShort{
79 duration{
80 day{
81 one{"{0} di"}
82 other{"{0} dis"}
83 }
84 hour{
85 one{"{0} ura"}
86 other{"{0} uras"}
87 }
88 minute{
89 one{"{0} min."}
90 other{"{0} mins."}
91 }
92 month{
93 one{"{0} mais"}
94 other{"{0} mais"}
95 }
96 second{
97 one{"{0} sec."}
98 other{"{0} secs."}
99 }
100 week{
101 one{"{0} emna"}
102 other{"{0} emnas"}
103 }
104 year{
105 one{"{0} onn"}
106 other{"{0} onns"}
107 }
108 }
109 }
110 }
OLDNEW
« no previous file with comments | « source/data/unit/resfiles.mk ('k') | source/data/unit/rn.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698