Commit 9727a106 authored by estade@chromium.org's avatar estade@chromium.org

Pull down new GB/AU dictionaries.

BUG=5509
TEST=manual

Review URL: http://codereview.chromium.org/6356009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72606 0039d316-1c4b-4281-b951-d872f2087c98
parent 3ba3ab69
......@@ -46,7 +46,7 @@ deps = {
"/trunk/deps/third_party/hunspell@65351",
"src/third_party/hunspell_dictionaries":
"/trunk/deps/third_party/hunspell_dictionaries@60756",
"/trunk/deps/third_party/hunspell_dictionaries@72168",
"src/third_party/safe_browsing/testing":
(Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
......
......@@ -73,9 +73,6 @@ FilePath GetVersionedFileName(const std::string& input_language,
// with additional words found by the translation team.
static const char kDefaultVersionString[] = "-1-2";
// The following dictionaries have either not been augmented with additional
// words (version 1-1) or have new words, as well as an upgraded dictionary
// as of Feb 2009 (version 1-3).
static const struct {
// The language input.
const char* language;
......@@ -83,9 +80,7 @@ FilePath GetVersionedFileName(const std::string& input_language,
// The corresponding version.
const char* version;
} special_version_string[] = {
{"en-AU", "-1-1"},
{"en-GB", "-1-1"},
{"es-ES", "-1-1"},
{"es-ES", "-1-1"}, // 1-1: Have not been augmented with addtional words.
{"nl-NL", "-1-1"},
{"sv-SE", "-1-1"},
{"he-IL", "-1-1"},
......@@ -93,14 +88,15 @@ FilePath GetVersionedFileName(const std::string& input_language,
{"hi-IN", "-1-1"},
{"tr-TR", "-1-1"},
{"et-EE", "-1-1"},
{"fr-FR", "-2-0"}, // Hunspell fr(modern) 3.7 + Chromium delta.
{"lt-LT", "-1-3"},
{"lt-LT", "-1-3"}, // 1-3 (Feb 2009): new words, as well as an upgraded
// dictionary.
{"pl-PL", "-1-3"},
{"fr-FR", "-2-0"}, // 2-0 (2010): upgraded dictionaries.
{"hu-HU", "-2-0"},
{"ro-RO", "-2-0"},
{"ru-RU", "-2-0"},
{"bg-BG", "-2-0"},
{"sr", "-2-0"},
{"sr", "-2-0"},
{"uk-UA", "-2-0"},
};
......
......@@ -411,14 +411,12 @@ TEST_F(SpellCheckTest, SpellCheckText) {
}, {
// English (Australia)
"en-AU",
// L"Google's " - to be added.
L"mission is to organise the world's information and make it "
L"Google's mission is to organise the world's information and make it "
L"universally accessible and useful."
}, {
// English (United Kingdom)
"en-GB",
// L"Google's " - to be added.
L"mission is to organise the world's information and make it "
L"Google's mission is to organise the world's information and make it "
L"universally accessible and useful."
}, {
// English (United States)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment