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

Side by Side Diff: source/data/curr/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/curr/vun.txt ('k') | source/data/curr/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 Currencies{
14 BRL{
15 "R$",
16 "Brasilianiši Real",
17 }
18 CNY{
19 "CN¥",
20 "Chinesiši Yuan",
21 }
22 EUR{
23 "€",
24 "Euro",
25 }
26 GBP{
27 "£",
28 "Pfund",
29 }
30 INR{
31 "₹",
32 "Indiši Rupie",
33 }
34 JPY{
35 "¥",
36 "Yen",
37 }
38 RUB{
39 "руб",
40 "Rubel",
41 }
42 USD{
43 "$",
44 "Dollar",
45 }
46 XXX{
47 "XXX",
48 "Unbekannti Wãrig",
49 }
50 }
51 CurrencyPlurals{
52 BRL{
53 one{"Brasilianišä Real"}
54 other{"Brasilianiši Real"}
55 }
56 CNY{
57 one{"Chinesišä Yuan"}
58 other{"Chinesiši Yuan"}
59 }
60 EUR{
61 one{"Euro"}
62 other{"Euro"}
63 }
64 GBP{
65 one{"Pfund"}
66 other{"Pfund"}
67 }
68 INR{
69 one{"Indišä Rupie"}
70 other{"Indiši Rupie"}
71 }
72 JPY{
73 one{"Yen"}
74 other{"Yen"}
75 }
76 RUB{
77 one{"Rubel"}
78 other{"Rubel"}
79 }
80 USD{
81 one{"Dollar"}
82 other{"Dollar"}
83 }
84 XXX{
85 one{"Unbekannti Wãrig"}
86 other{"Unbekannti Wãrig"}
87 }
88 }
89 CurrencyUnitPatterns{
90 one{"{0} {1}"}
91 other{"{0} {1}"}
92 }
93 Version{"2.1.7.53"}
94 }
OLDNEW
« no previous file with comments | « source/data/curr/vun.txt ('k') | source/data/curr/xog.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698