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

Side by Side Diff: source/data/unit/wae.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/vun.txt ('k') | source/data/unit/xog.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/wae.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/wae.xml
11 */
12 wae{
13 Version{"2.1.7.53"}
14 units{
15 duration{
16 day{
17 dnam{"täg"}
18 one{"{0} täg"}
19 other{"{0} täg"}
20 }
21 hour{
22 dnam{"stunde"}
23 one{"{0} stund"}
24 other{"{0} stunde"}
25 }
26 minute{
27 dnam{"minüte"}
28 one{"{0} minüta"}
29 other{"{0} minüte"}
30 }
31 month{
32 dnam{"mánet"}
33 one{"{0} mánet"}
34 other{"{0} mánet"}
35 }
36 second{
37 dnam{"sekunde"}
38 one{"{0} sekund"}
39 other{"{0} sekunde"}
40 }
41 week{
42 dnam{"wučä"}
43 one{"{0} wuča"}
44 other{"{0} wučä"}
45 }
46 year{
47 dnam{"jár"}
48 one{"{0} jár"}
49 other{"{0} jár"}
50 }
51 }
52 }
53 unitsShort{
54 duration{
55 day{
56 dnam{"täg"}
57 }
58 hour{
59 dnam{"stunde"}
60 }
61 minute{
62 dnam{"minüte"}
63 }
64 month{
65 dnam{"mánet"}
66 }
67 second{
68 dnam{"sekunde"}
69 }
70 week{
71 dnam{"wučä"}
72 }
73 year{
74 dnam{"jár"}
75 }
76 }
77 }
78 }
OLDNEW
« no previous file with comments | « source/data/unit/vun.txt ('k') | source/data/unit/xog.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698