[wp-trac] [WordPress Trac] #8963: More languages in spellchecker
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 25 18:43:42 GMT 2009
#8963: More languages in spellchecker
-------------------------+--------------------------------------------------
Reporter: Petter | Owner: azaozz
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: TinyMCE | Version: 2.7
Severity: normal | Keywords: spellchecker, language, tinymce
-------------------------+--------------------------------------------------
According to "wp-
includes/js/tinymce/plugins/spellchecker/editor_plugin.js", only a few
languages are supported:
{{{
// Find selected language
t.languages = {};
each(ed.getParam('spellchecker_languages',
'+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',
'hash'), function(v, k) {
if (k.indexOf('+') === 0) {
k = k.substring(1);
t.selectedLang = v;
}
t.languages[k] = v;
});
}}}
The list of languages above corresponds to my list in the rich-text-editor
spellchecker button.
My web-server has additional languages installed for aspell (does
WordPress use aspell?).
Aspell seems to support [http://aspell.net/man-html/Supported.html a few
additional languages].
--
Ticket URL: <http://trac.wordpress.org/ticket/8963>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list