Bug #19960
closedSpellchecker dictionaries not loaded correctly
0%
Description
I am successfully using the spell checker plugin for a multitree site offering german and english subtrees.
I want to display all available dictionaries to the user independently from the language of the content element. So the user should use be able to select the english dictionary for a german content and vice versa.
How could I achieve this kind of setup. So far I am only able to define either the english or the german dictionaries as default, but not both at the same time.
safe_mode ist off. If I set forceCommandMode = 1 and
defaultDictionary = en I get a list of the following dictionaries: en,
en_CA, en_GB, en_US.
If I set defaultDictionary = de I get de, de_AT, de_CH, de_DE.
With defaultDictionary set to de_DE there is only de_DE in the list of
dictionaries.
TYPO3 Version 4.2.3
PHP Version 5.2.8
(issue imported from #M10336)
Updated by Stanislas Rolland almost 16 years ago
I think that it should work if you create Website Language records for the non-default languages, in your case this would be for English and German.
Updated by Stanislas Rolland over 15 years ago
Closing this issue as there is no feedback.
Assuming that the workaround does work.
See issue #10513 for complete solution.