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

Unified Diff: source/data/locales/en_GB.txt

Issue 1625623003: ICU 56 step 3: Apply Google's locale changes to ICU locale data (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56script_loclist
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 | « source/data/locales/en.txt ('k') | source/data/locales/hi.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/en_GB.txt
diff --git a/source/data/locales/en_GB.txt b/source/data/locales/en_GB.txt
index a4f64fa4a181d308aab455f6d2ca8abbfcb8eeb8..29e8f2a9253c740410063442556de62bfc16aa8f 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 | « source/data/locales/en.txt ('k') | source/data/locales/hi.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698