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

Unified Diff: chrome/common/spellcheck_common.cc

Issue 661460: Uses the new spellchecker dictionaries on Chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
===================================================================
--- chrome/common/spellcheck_common.cc (revision 41386)
+++ chrome/common/spellcheck_common.cc (working copy)
@@ -31,6 +31,7 @@
{"he", "he-IL"},
{"hi", "hi-IN"},
{"hr", "hr-HR"},
+ {"hu", "hu-HU"},
{"id", "id-ID"},
{"it", "it-IT"},
{"lt", "lt-LT"},
@@ -83,7 +84,6 @@
{"en-GB", "-1-1"},
{"es-ES", "-1-1"},
{"nl-NL", "-1-1"},
- {"ru-RU", "-1-1"},
{"sv-SE", "-1-1"},
{"he-IL", "-1-1"},
{"el-GR", "-1-1"},
@@ -92,7 +92,10 @@
{"et-EE", "-1-1"},
{"fr-FR", "-1-4"}, // To fix a crash, fr dictionary was updated to 1.4.
{"lt-LT", "-1-3"},
- {"pl-PL", "-1-3"}
+ {"pl-PL", "-1-3"},
+ {"hu-HU", "-2-0"},
+ {"ro-RO", "-2-0"},
+ {"ru-RU", "-2-0"},
};
// 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