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

Side by Side Diff: source/data/curr/wae.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/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
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/wae.xml 6 // * Source File: <path>/common/main/wae.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/wae.xml
11 */
12 wae{ 9 wae{
13 Currencies{ 10 Currencies{
14 BRL{ 11 BRL{
15 "R$", 12 "R$",
16 "Brasilianiši Real", 13 "Brasilianiši Real",
17 } 14 }
18 CNY{ 15 CNY{
19 "CN¥", 16 "CN¥",
20 "Chinesiši Yuan", 17 "Chinesiši Yuan",
21 } 18 }
22 EUR{ 19 EUR{
23 "€", 20 "€",
24 "Euro", 21 "Euro",
25 } 22 }
26 GBP{ 23 GBP{
27 "£", 24 "£",
28 "Pfund", 25 "Pfund",
29 } 26 }
30 INR{ 27 INR{
31 "Rs.", 28 "",
32 "Indiši Rupie", 29 "Indiši Rupie",
33 } 30 }
34 JPY{ 31 JPY{
35 "¥", 32 "¥",
36 "Yen", 33 "Yen",
37 } 34 }
38 RUB{ 35 RUB{
39 "руб", 36 "RUB",
40 "Rubel", 37 "Rubel",
41 } 38 }
42 USD{ 39 USD{
43 "$", 40 "$",
44 "Dollar", 41 "Dollar",
45 } 42 }
43 XXX{
44 "XXX",
45 "Unbekannti Wãrig",
46 }
46 } 47 }
47 CurrencyPlurals{ 48 CurrencyPlurals{
48 BRL{ 49 BRL{
49 one{"Brasilianišä Real"} 50 one{"Brasilianišä Real"}
50 other{"Brasilianiši Real"} 51 other{"Brasilianiši Real"}
51 } 52 }
52 CNY{ 53 CNY{
53 one{"Chinesišä Yuan"} 54 one{"Chinesišä Yuan"}
54 other{"Chinesiši Yuan"} 55 other{"Chinesiši Yuan"}
55 } 56 }
(...skipping 14 matching lines...) Expand all
70 other{"Yen"} 71 other{"Yen"}
71 } 72 }
72 RUB{ 73 RUB{
73 one{"Rubel"} 74 one{"Rubel"}
74 other{"Rubel"} 75 other{"Rubel"}
75 } 76 }
76 USD{ 77 USD{
77 one{"Dollar"} 78 one{"Dollar"}
78 other{"Dollar"} 79 other{"Dollar"}
79 } 80 }
81 XXX{
82 one{"Unbekannti Wãrig"}
83 other{"Unbekannti Wãrig"}
84 }
80 } 85 }
81 CurrencyUnitPatterns{ 86 CurrencyUnitPatterns{
82 one{"{0} {1}"} 87 one{"{0} {1}"}
83 other{"{0} {1}"} 88 other{"{0} {1}"}
84 } 89 }
85 Version{"2.1.7.53"} 90 Version{"2.1.19.14"}
86 } 91 }
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