Adding spellchecker

This commit is contained in:
Martin Kamerbeek 2006-10-19 15:25:50 +00:00
parent fe664733cd
commit 9f232b4049
23 changed files with 2251 additions and 10 deletions

View file

@ -453,6 +453,16 @@ option is set to Yes, then all whitespace entered into the form will be preserve
lastUpdated => 1128830747,
},
'Server Side Spell Checker' => {
message => q|Server Side Spell Checker|,
lastUpdated => 0,
},
'no dictionaries' => {
message => q|No dictionaries are configured yet. Spellchecking will not be enabled before at least one is.|,
lastUpdated => 0,
},
};
1;