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

Side by Side Diff: patches/relative_date.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 1 month 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/regexcmp.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
(Empty)
1 diff --git a/source/data/locales/en_GB.txt b/source/data/locales/en_GB.txt
2 index a4f64fa..29e8f2a 100644
3 --- a/source/data/locales/en_GB.txt
4 +++ b/source/data/locales/en_GB.txt
5 @@ -119,9 +119,11 @@ en_GB{
6 relativeTime{
7 future{
8 one{"in {0} mo"}
9 + other{"in {0} mo"}
10 }
11 past{
12 one{"{0} mo ago"}
13 + other{"{0} mo ago"}
14 }
15 }
16 }
17 @@ -143,9 +145,11 @@ en_GB{
18 relativeTime{
19 future{
20 one{"in {0} qtr"}
21 + other{"in {0} qtr"}
22 }
23 past{
24 one{"{0} qtr ago"}
25 + other{"{0} qtr ago"}
26 }
27 }
28 }
29 @@ -192,6 +196,7 @@ en_GB{
30 relativeTime{
31 future{
32 one{"in {0} wk"}
33 + other{"in {0} wk"}
34 }
35 past{
36 one{"{0} wk ago"}
37 @@ -216,9 +221,11 @@ en_GB{
38 relativeTime{
39 future{
40 one{"in {0} yr"}
41 + other{"in {0} yr"}
42 }
43 past{
44 one{"{0} yr ago"}
45 + other{"{0} yr ago"}
46 }
47 }
48 }
OLDNEW
« no previous file with comments | « patches/regexcmp.patch ('k') | patches/remove_si.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698