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

Side by Side Diff: source/data/unit/os.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/or.txt ('k') | source/data/unit/pa.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/os.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/os.xml
11 */
12 os{
13 Version{"2.1.7.53"}
14 units{
15 duration{
16 day{
17 dnam{"боны"}
18 one{"{0} бон"}
19 other{"{0} боны"}
20 }
21 hour{
22 dnam{"сахаты"}
23 one{"{0} сахат"}
24 other{"{0} сахаты"}
25 }
26 minute{
27 dnam{"минуты"}
28 one{"{0} минут"}
29 other{"{0} минуты"}
30 }
31 month{
32 dnam{"мӕйы"}
33 one{"{0} мӕй"}
34 other{"{0} мӕйы"}
35 }
36 second{
37 dnam{"секунды"}
38 one{"{0} секунд"}
39 other{"{0} секунды"}
40 }
41 week{
42 dnam{"къуырийы"}
43 one{"{0} къуыри"}
44 other{"{0} къуырийы"}
45 }
46 year{
47 dnam{"азы"}
48 one{"{0} аз"}
49 other{"{0} азы"}
50 }
51 }
52 }
53 unitsShort{
54 duration{
55 day{
56 dnam{"боны"}
57 one{"{0} бон"}
58 other{"{0} боны"}
59 }
60 hour{
61 dnam{"сахаты"}
62 one{"{0} с."}
63 other{"{0} с."}
64 }
65 minute{
66 dnam{"минуты"}
67 one{"{0} мин."}
68 other{"{0} мин."}
69 }
70 month{
71 dnam{"мӕйы"}
72 }
73 second{
74 dnam{"секунды"}
75 }
76 week{
77 dnam{"къуырийы"}
78 }
79 year{
80 dnam{"азы"}
81 }
82 }
83 }
84 }
OLDNEW
« no previous file with comments | « source/data/unit/or.txt ('k') | source/data/unit/pa.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698