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

Unified Diff: chrome/common/spellcheck_common.cc

Issue 997633002: Bump en-us/ca spellcheck dictionaries used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/spellcheck_common.cc
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc
index 958ea56f9cf2c216a49f8bdd705474e9a44d83fd..a69249aff91444333a2de8e0c29f34938f40a240 100644
--- a/chrome/common/spellcheck_common.cc
+++ b/chrome/common/spellcheck_common.cc
@@ -108,9 +108,11 @@ base::FilePath GetVersionedFileName(const std::string& input_language,
// Oct 28, 2014: Update from upstream, add new words.
{"en-AU", "-4-0"},
- {"en-CA", "-4-0"},
{"en-GB", "-4-0"},
groby-ooo-7-16 2015/03/12 21:08:07 Australians and British peeps don't get typography
- {"en-US", "-4-0"},
+
+ // March 10, 2015: Update from upstream, enable typographical apostrophe.
+ {"en-CA", "-6-1"},
+ {"en-US", "-6-1"},
};
// Generate the bdict file name using default version string or special
« no previous file with comments | « no previous file | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698