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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/regexcmp.patch ('k') | patches/remove_si.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/relative_date.patch
diff --git a/patches/relative_date.patch b/patches/relative_date.patch
deleted file mode 100644
index 56dcb850ab5e425192b94dab4c320ac8dfde4241..0000000000000000000000000000000000000000
--- a/patches/relative_date.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/source/data/locales/en_GB.txt b/source/data/locales/en_GB.txt
-index a4f64fa..29e8f2a 100644
---- a/source/data/locales/en_GB.txt
-+++ b/source/data/locales/en_GB.txt
-@@ -119,9 +119,11 @@ en_GB{
- relativeTime{
- future{
- one{"in {0} mo"}
-+ other{"in {0} mo"}
- }
- past{
- one{"{0} mo ago"}
-+ other{"{0} mo ago"}
- }
- }
- }
-@@ -143,9 +145,11 @@ en_GB{
- relativeTime{
- future{
- one{"in {0} qtr"}
-+ other{"in {0} qtr"}
- }
- past{
- one{"{0} qtr ago"}
-+ other{"{0} qtr ago"}
- }
- }
- }
-@@ -192,6 +196,7 @@ en_GB{
- relativeTime{
- future{
- one{"in {0} wk"}
-+ other{"in {0} wk"}
- }
- past{
- one{"{0} wk ago"}
-@@ -216,9 +221,11 @@ en_GB{
- relativeTime{
- future{
- one{"in {0} yr"}
-+ other{"in {0} yr"}
- }
- past{
- one{"{0} yr ago"}
-+ other{"{0} yr ago"}
- }
- }
- }
« 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