From 9640e7b6a96f1b77b7bbc0c17d64e375cda3ca53 Mon Sep 17 00:00:00 2001 From: "kaiwang@chromium.org" Date: Fri, 2 Nov 2012 00:54:10 +0000 Subject: Revert 165562 - Bump English spellcheck dictionary versions and add tests BUG=94708, 98678, 140486, 146093 Review URL: https://codereview.chromium.org/11348019 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/11365057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165577 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/spellcheck_common.cc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chrome/common/spellcheck_common.cc') diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc index 0a46f9f..73aeb86 100644 --- a/chrome/common/spellcheck_common.cc +++ b/chrome/common/spellcheck_common.cc @@ -105,15 +105,14 @@ FilePath GetVersionedFileName(const std::string& input_language, {"uk-UA", "-2-0"}, {"pt-BR", "-2-2"}, // 2-2 (Mar 2011): upgraded a dictionary. {"sh", "-2-2"}, // 2-2 (Mar 2011): added a dictionary. + {"en-US", "-2-3"}, // 2-3 (May 2012): fixed affixes + more words. + {"en-CA", "-2-3"}, + {"en-GB", "-2-3"}, + {"en-AU", "-2-3"}, {"ca-ES", "-2-3"}, // 2-3 (May 2012): upgraded a dictionary. {"sv-SE", "-2-3"}, // 2-3 (May 2012): upgraded a dictionary. {"af-ZA", "-2-3"}, // 2-3 (May 2012): added a dictionary. {"fo-FO", "-2-3"}, // 2-3 (May 2012): added a dictionary. - {"en-US", "-2-4"}, // 2-4 (October 2012): add more words. - {"en-CA", "-2-4"}, - {"en-GB", "-2-4"}, - {"en-AU", "-2-4"}, - }; // Generate the bdict file name using default version string or special -- cgit v1.1