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

Side by Side Diff: source/data/curr/yi.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/curr/yav.txt ('k') | source/data/curr/yo.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/yi.xml 6 // * Source File: <path>/common/main/yi.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/yi.xml
11 */
12 yi{ 9 yi{
13 Currencies{ 10 Currencies{
11 BRL{
12 "R$",
13 "בראזיל רעאל",
14 }
15 BZD{
16 "BZD",
17 "בעליז דאלאַר",
18 }
14 CHF{ 19 CHF{
15 "CHF", 20 "CHF",
16 "שווייצער פֿראַנק", 21 "שווייצער פֿראַנק",
17 } 22 }
23 CNY{
24 "CN¥",
25 "כינעזישער יואן",
26 }
18 EUR{ 27 EUR{
19 "€", 28 "€",
20 "איירא", 29 "איירא",
21 } 30 }
31 GBP{
32 "£",
33 "פֿונט שטערלינג",
34 }
35 INR{
36 "₹",
37 "אינדישער רופי",
38 }
39 JPY{
40 "JP¥",
41 "יאפאנעזישער יען",
42 }
43 RUB{
44 "RUB",
45 "רוסישער רובל",
46 }
22 SEK{ 47 SEK{
23 "SEK", 48 "SEK",
24 "שוועדישע קראנע", 49 "שוועדישע קראנע",
25 } 50 }
51 USD{
52 "US$",
53 "אמעריקאנער דאלאר",
54 }
55 XAG{
56 "XAG",
57 "זילבער",
58 }
59 XAU{
60 "XAU",
61 "גאלד",
62 }
63 XXX{
64 "XXX",
65 "אומבאַוואוסטע וואַלוטע",
66 }
67 }
68 Currencies%narrow{
69 EUR{"€"}
70 GBP{"£"}
71 INR{"₹"}
72 JPY{"¥"}
73 RUB{"₽"}
74 USD{"$"}
26 } 75 }
27 CurrencyPlurals{ 76 CurrencyPlurals{
77 BRL{
78 one{"בראזיל רעאל"}
79 other{"בראזיל רעאלן"}
80 }
81 CNY{
82 one{"כינעזישער יואן"}
83 other{"כינעזישע יואן"}
84 }
28 EUR{ 85 EUR{
29 one{"איירא"} 86 one{"איירא"}
30 other{"איירא"} 87 other{"איירא"}
31 } 88 }
89 GBP{
90 one{"פֿונט שטערלינג"}
91 other{"פֿונט שטערלינג"}
92 }
93 INR{
94 one{"אינדישער רופי"}
95 other{"אינדישע רופי"}
96 }
97 JPY{
98 one{"יאפאנעזישער יען"}
99 other{"יאפאנעזישע יען"}
100 }
101 RUB{
102 one{"רוסישער רובל"}
103 other{"רוסישע רובל"}
104 }
105 USD{
106 one{"אמעריקאנער דאלאר"}
107 other{"אמעריקאנער דאלארן"}
108 }
109 XXX{
110 one{"אומבאַוואוסטע וואַלוטע"}
111 other{"אומבאַוואוסטע וואַלוטע"}
112 }
32 } 113 }
33 Version{"2.1.7.41"} 114 Version{"2.1.19.94"}
34 } 115 }
OLDNEW
« no previous file with comments | « source/data/curr/yav.txt ('k') | source/data/curr/yo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698