[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #28056] NSSpellChecker don't work with Spanish
From: |
Fred Kiefer |
Subject: |
[bug #28056] NSSpellChecker don't work with Spanish |
Date: |
Sat, 05 Dec 2009 22:43:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.15) Gecko/2009102100 SUSE/3.0.15-0.1.2 Firefox/3.0.15 |
Update of bug #28056 (project gnustep):
Item Group: Bug => Change Request
_______________________________________________________
Follow-up Comment #1:
The problem here is different from what it seems. Beside the message you get
displayed in the message window you should also see something like this at the
prompt:
2009-12-05 21:44:24.201 Ink[5673] Language: Spanish
2009-12-05 21:44:24.202 Ink[5673] Service to start: (nil)
2009-12-05 21:44:24.203 Ink[5673] Port: (nil)
2009-12-05 21:44:31.071 Ink[5673] Failed to get the spellserver
This tells you that there isn't any spell checker service installed for the
language you are requesting.
The spell checker in GNUstep works via a separate service application. An
example for this is provided in gui/Tools/GSspell.m
This service states in the GSspellInfo.plist that it only supports
AmericanEnglish, which is actually true, when you check the code.
You could easily change this to any other language, but adding support for
multiple languages will be harder.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28056>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #28056] NSSpellChecker don't work with Spanish,
Fred Kiefer <=