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

Side by Side Diff: source/data/unit/fur.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/fr_CA.txt ('k') | source/data/unit/fy.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/fur.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/fur.xml
11 */
12 fur{
13 Version{"2.1.7.53"}
14 units{
15 duration{
16 day{
17 dnam{"zornadis"}
18 one{"{0} zornade"}
19 other{"{0} zornadis"}
20 }
21 hour{
22 dnam{"oris"}
23 one{"{0} ore"}
24 other{"{0} oris"}
25 }
26 minute{
27 dnam{"minûts"}
28 one{"{0} minût"}
29 other{"{0} minûts"}
30 }
31 month{
32 dnam{"mês"}
33 one{"{0} mês"}
34 other{"{0} mês"}
35 }
36 second{
37 dnam{"seconts"}
38 one{"{0} secont"}
39 other{"{0} seconts"}
40 }
41 week{
42 dnam{"setemanis"}
43 one{"{0} setemane"}
44 other{"{0} setemanis"}
45 }
46 year{
47 dnam{"agns"}
48 one{"{0} an"}
49 other{"{0} agns"}
50 }
51 }
52 }
53 unitsShort{
54 duration{
55 day{
56 dnam{"zornadis"}
57 }
58 hour{
59 dnam{"oris"}
60 }
61 minute{
62 dnam{"minûts"}
63 }
64 month{
65 dnam{"mês"}
66 }
67 second{
68 dnam{"seconts"}
69 }
70 week{
71 dnam{"setemanis"}
72 }
73 year{
74 dnam{"agns"}
75 }
76 }
77 }
78 }
OLDNEW
« no previous file with comments | « source/data/unit/fr_CA.txt ('k') | source/data/unit/fy.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698