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

Side by Side Diff: patches/locale_google.patch

Issue 1823293002: Update timezone and apply miscellaneous locale data fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: fix a typo in README.chromium Created 4 years, 8 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 | « patches/locale_extra.patch ('k') | patches/remove_si.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/source/data/curr/en.txt b/source/data/curr/en.txt 1 diff --git a/source/data/curr/en.txt b/source/data/curr/en.txt
2 index e8ba841..9f7a1ec 100644 2 index e8ba841..9f7a1ec 100644
3 --- a/source/data/curr/en.txt 3 --- a/source/data/curr/en.txt
4 +++ b/source/data/curr/en.txt 4 +++ b/source/data/curr/en.txt
5 @@ -793,7 +793,7 @@ en{ 5 @@ -793,7 +793,7 @@ en{
6 "Papua New Guinean Kina", 6 "Papua New Guinean Kina",
7 } 7 }
8 PHP{ 8 PHP{
9 - "PHP", 9 - "PHP",
10 + "Php", 10 + "Php",
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 UAK{ 26 UAK{
27 @@ -1202,7 +1202,6 @@ ru{ 27 @@ -1202,7 +1202,6 @@ ru{
28 Currencies%variant{ 28 Currencies%variant{
29 GEL{"₾"} 29 GEL{"₾"}
30 TRY{"TL"} 30 TRY{"TL"}
31 - UAH{"грн."} 31 - UAH{"грн."}
32 } 32 }
33 CurrencyPlurals{ 33 CurrencyPlurals{
34 ADP{ 34 ADP{
35 diff --git a/source/data/curr/tr.txt b/source/data/curr/tr.txt
36 index 8e3f6a7..de81a65 100644
37 --- a/source/data/curr/tr.txt
38 +++ b/source/data/curr/tr.txt
39 @@ -969,13 +969,8 @@ tr{
40 "Eski Türk Lirası",
41 }
42 TRY{
43 - "₺",
44 + "TL",
45 "Türk Lirası",
46 - {
47 - "¤#,##0.00",
48 - ",",
49 - ".",
50 - }
51 }
52 TTD{
53 "TTD",
54 diff --git a/source/data/curr/uk.txt b/source/data/curr/uk.txt 35 diff --git a/source/data/curr/uk.txt b/source/data/curr/uk.txt
55 index fe52f50..2dac7df 100644 36 index fe52f50..2dac7df 100644
56 --- a/source/data/curr/uk.txt 37 --- a/source/data/curr/uk.txt
57 +++ b/source/data/curr/uk.txt 38 +++ b/source/data/curr/uk.txt
58 @@ -913,7 +913,7 @@ uk{ 39 @@ -913,7 +913,7 @@ uk{
59 "танзанійський шилінг", 40 "танзанійський шилінг",
60 } 41 }
61 UAH{ 42 UAH{
62 - "₴", 43 - "₴",
63 + "грн.", 44 + "грн.",
(...skipping 4196 matching lines...) Expand 10 before | Expand all | Expand 10 after
4260 ec{"台北"} 4241 ec{"台北"}
4261 + ld{"台北夏令時間"} 4242 + ld{"台北夏令時間"}
4262 + lg{"台北時間"} 4243 + lg{"台北時間"}
4263 + ls{"台北標準時間"} 4244 + ls{"台北標準時間"}
4264 + sd{"台北"} 4245 + sd{"台北"}
4265 + sg{"台北"} 4246 + sg{"台北"}
4266 + ss{"台北"} 4247 + ss{"台北"}
4267 } 4248 }
4268 "Asia:Tashkent"{ 4249 "Asia:Tashkent"{
4269 ec{"塔什干"} 4250 ec{"塔什干"}
OLDNEW
« no previous file with comments | « patches/locale_extra.patch ('k') | patches/remove_si.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698