diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 00:14:04 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 00:14:04 +0000 |
commit | c178cb1749d4488628caf1e1bac6d17878d20fc2 (patch) | |
tree | 5dfb79440b1f0384d70a0e19d707214509dd3bef /chrome/common/spellcheck_common.cc | |
parent | d4da599077074a96a4f39d9d6919e9b02de6fd83 (diff) | |
download | chromium_src-c178cb1749d4488628caf1e1bac6d17878d20fc2.zip chromium_src-c178cb1749d4488628caf1e1bac6d17878d20fc2.tar.gz chromium_src-c178cb1749d4488628caf1e1bac6d17878d20fc2.tar.bz2 |
bump hunspell dictionary version numbers for en-RR locales
see http://codereview.chromium.org/10388240/
BUG=95834, 77708, 128896
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10411080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/spellcheck_common.cc')
-rw-r--r-- | chrome/common/spellcheck_common.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc index 26d90ce..827784b 100644 --- a/chrome/common/spellcheck_common.cc +++ b/chrome/common/spellcheck_common.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -100,10 +100,12 @@ FilePath GetVersionedFileName(const std::string& input_language, {"bg-BG", "-2-0"}, {"sr", "-2-0"}, {"uk-UA", "-2-0"}, - {"en-US", "-2-1"}, // 2-1 (Mar 2011): upgraded dictionaries. - {"en-CA", "-2-1"}, {"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"}, }; // Generate the bdict file name using default version string or special |