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

Side by Side Diff: source/data/curr/os.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/or.txt ('k') | source/data/curr/os_RU.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/os.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/os.xml
11 */
12 os{
13 Currencies{
14 BRL{
15 "R$",
16 "Бразилиаг реал",
17 }
18 EUR{
19 "€",
20 "Евро",
21 }
22 GBP{
23 "£",
24 "Бритайнаг Стерлингы Фунт",
25 }
26 GEL{
27 "GEL",
28 "Лар",
29 }
30 RUB{
31 "RUB",
32 "Сом",
33 }
34 USD{
35 "$",
36 "АИШ-ы Доллар",
37 }
38 XXX{
39 "XXX",
40 "Нӕзонгӕ валютӕ",
41 }
42 }
43 CurrencyPlurals{
44 BRL{
45 one{"бразилиаг реал"}
46 other{"бразилиаг реалы"}
47 }
48 EUR{
49 one{"евро"}
50 other{"евройы"}
51 }
52 GBP{
53 one{"бритайнаг стерлингы фунт"}
54 other{"бритайнаг стерлингы фунты"}
55 }
56 GEL{
57 one{"лар"}
58 other{"лары"}
59 }
60 RUB{
61 one{"сом"}
62 other{"сомы"}
63 }
64 USD{
65 one{"АИШ-ы доллар"}
66 other{"АИШ-ы доллары"}
67 }
68 XXX{
69 one{"нӕзонгӕ валютӕ"}
70 other{"нӕзонгӕ валютӕйы"}
71 }
72 }
73 CurrencyUnitPatterns{
74 one{"{0} {1}"}
75 other{"{0} {1}"}
76 }
77 Version{"2.1.7.53"}
78 }
OLDNEW
« no previous file with comments | « source/data/curr/or.txt ('k') | source/data/curr/os_RU.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698