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

Unified Diff: patches/relative_date.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/platform_nacl.patch ('k') | patches/stringthreadtest.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
new file mode 100644
index 0000000000000000000000000000000000000000..56dcb850ab5e425192b94dab4c320ac8dfde4241
--- /dev/null
+++ b/patches/relative_date.patch
@@ -0,0 +1,48 @@
+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/platform_nacl.patch ('k') | patches/stringthreadtest.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698