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

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

Powered by Google App Engine
This is Rietveld 408576698