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

Side by Side Diff: source/data/curr/lrc.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/lo.txt ('k') | source/data/curr/lt.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) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/lrc.xml
7 // *
8 // ***************************************************************************
9 lrc{
10 Currencies{
11 BRL{
12 "R$",
13 "رئال بئرئزیل",
14 }
15 CNY{
16 "CN¥",
17 "یوان چین",
18 }
19 EUR{
20 "€",
21 "یورو",
22 }
23 GBP{
24 "£",
25 "پوند بئریتانیا",
26 }
27 INR{
28 "₹",
29 "روٙپیه هئن",
30 }
31 JPY{
32 "JP¥",
33 "یئن جاپوٙن",
34 }
35 RUB{
36 "RUB",
37 "روٙبل روٙسیه",
38 }
39 USD{
40 "US$",
41 "USD",
42 }
43 XXX{
44 "XXX",
45 "پیل نادیار",
46 }
47 }
48 Currencies%narrow{
49 BRL{"R$"}
50 CNY{"¥"}
51 EUR{"€"}
52 GBP{"£"}
53 INR{"₹"}
54 JPY{"¥"}
55 RUB{"₽"}
56 USD{"$"}
57 }
58 CurrencyPlurals{
59 BRL{
60 other{"رئال بئرئزیل"}
61 }
62 CNY{
63 other{"یوان چین"}
64 }
65 EUR{
66 other{"یورو"}
67 }
68 GBP{
69 other{"پوند بئریتانیا"}
70 }
71 INR{
72 other{"روٙپیه هئن"}
73 }
74 JPY{
75 other{"یئن جاپوٙن"}
76 }
77 RUB{
78 other{"روٙبل روٙسیه"}
79 }
80 USD{
81 other{"USD"}
82 }
83 XXX{
84 other{"پیل نادیار"}
85 }
86 }
87 Version{"2.1.19.97"}
88 }
OLDNEW
« no previous file with comments | « source/data/curr/lo.txt ('k') | source/data/curr/lt.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698