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

Side by Side Diff: patches/locale_google.patch

Issue 1621943002: ICU 56 step 4: Apply post-56 fixes for measure/date format (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56goog
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 | « patches/infinite-recursion.patch ('k') | patches/locid.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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 + "6", 115 + "6",
116 + "7", 116 + "7",
117 + "8", 117 + "8",
118 + "9", 118 + "9",
119 + "10", 119 + "10",
120 + "11", 120 + "11",
121 + "12", 121 + "12",
122 } 122 }
123 } 123 }
124 } 124 }
125 diff --git a/source/data/locales/en_GB.txt b/source/data/locales/en_GB.txt
126 index a4f64fa..29e8f2a 100644
127 --- a/source/data/locales/en_GB.txt
128 +++ b/source/data/locales/en_GB.txt
129 @@ -119,9 +119,11 @@ en_GB{
130 relativeTime{
131 future{
132 one{"in {0} mo"}
133 + other{"in {0} mo"}
134 }
135 past{
136 one{"{0} mo ago"}
137 + other{"{0} mo ago"}
138 }
139 }
140 }
141 @@ -143,9 +145,11 @@ en_GB{
142 relativeTime{
143 future{
144 one{"in {0} qtr"}
145 + other{"in {0} qtr"}
146 }
147 past{
148 one{"{0} qtr ago"}
149 + other{"{0} qtr ago"}
150 }
151 }
152 }
153 @@ -192,6 +196,7 @@ en_GB{
154 relativeTime{
155 future{
156 one{"in {0} wk"}
157 + other{"in {0} wk"}
158 }
159 past{
160 one{"{0} wk ago"}
161 @@ -216,9 +221,11 @@ en_GB{
162 relativeTime{
163 future{
164 one{"in {0} yr"}
165 + other{"in {0} yr"}
166 }
167 past{
168 one{"{0} yr ago"}
169 + other{"{0} yr ago"}
170 }
171 }
172 }
173 diff --git a/source/data/locales/hi.txt b/source/data/locales/hi.txt 125 diff --git a/source/data/locales/hi.txt b/source/data/locales/hi.txt
174 index 101db57..e13bc05 100644 126 index 101db57..e13bc05 100644
175 --- a/source/data/locales/hi.txt 127 --- a/source/data/locales/hi.txt
176 +++ b/source/data/locales/hi.txt 128 +++ b/source/data/locales/hi.txt
177 @@ -386,16 +386,16 @@ hi{ 129 @@ -386,16 +386,16 @@ hi{
178 } 130 }
179 gregorian{ 131 gregorian{
180 AmPmMarkers{ 132 AmPmMarkers{
181 - "पूर्वाह्न", 133 - "पूर्वाह्न",
182 - "अपराह्न", 134 - "अपराह्न",
(...skipping 4125 matching lines...) Expand 10 before | Expand all | Expand 10 after
4308 ec{"台北"} 4260 ec{"台北"}
4309 + ld{"台北夏令時間"} 4261 + ld{"台北夏令時間"}
4310 + lg{"台北時間"} 4262 + lg{"台北時間"}
4311 + ls{"台北標準時間"} 4263 + ls{"台北標準時間"}
4312 + sd{"台北"} 4264 + sd{"台北"}
4313 + sg{"台北"} 4265 + sg{"台北"}
4314 + ss{"台北"} 4266 + ss{"台北"}
4315 } 4267 }
4316 "Asia:Tashkent"{ 4268 "Asia:Tashkent"{
4317 ec{"塔什干"} 4269 ec{"塔什干"}
OLDNEW
« no previous file with comments | « patches/infinite-recursion.patch ('k') | patches/locid.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698