Closed (won't fix)
Project:
Spell Check
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 16:24 UTC
Updated:
1 Jan 2011 at 15:45 UTC
$node->language is empty.
Command like looks like:
/usr/bin/aspell -a --lang= -d --sug-mode=normal < /tmp/spellcheck/1277741810207/aspell.txt
Where -d is without value.
That cause following error:
Error: You must specify a parameter for "-d".
How to set default language?
Comments
Comment #1
kenorb commentedMaybe we should define default language in definition of spellcheck() function:
Current definition:
New definition:
Comment #2
kenorb commentedOr:
Comment #3
xanoThe new code uses Pspell, rather than Aspell through the command line. This issue is now obsolete.