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

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