You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CODE doesn't display en_US or de_DE in the Spelling prompt and the spellchecker doesn't work at all. For nl_NL and fr_FR it works. Since I am using the docker container, all dictionaries should be installed and by using the dictionaries variable, should also be supported.
I would assume that other languages might also be affected by this.
If anyone is wondering about other specifics of my setup, see this. Only the answer is relevant, the rest is already outdated.
Steps to Reproduce
Set up CODE, Nextcloud and Languagetool Docker/Podman containers
Create a document that uses fr_FR and one that uses en_US
Open document and see that spellchecking is only supported for fr_FR and that, if you open the Spelling prompt, English (USA) isn't displayed
Expected Behavior
All configured dictionaries showing up and working with spellchecker
Actual Behavior
en_US and de_DE not showing up and not working with spellchecker (See first screenshot)
Screenshots
Desktop
Collabora version: 24.04.9.2.1
Nextcloud Office version: 8.5.2
OS and version: Linux 6.6.60-1-lts
Browser and version: Firefox 132.0.2 (64-bit)
Verification of installed languages
I couldn't find (or didn't bother to investigate further than I already did) any information on which languages are installed by default on the docker image, but I just searched in the filesystem to get some info.
leomeinel
changed the title
Docker image: No en_US or de_DE available for text language in Spelling prompt
Docker image: No en_US or de_DE available for text language in Spelling prompt and spellchecker
Nov 14, 2024
Describe the Bug
CODE doesn't display
en_US
orde_DE
in theSpelling
prompt and the spellchecker doesn't work at all. Fornl_NL
andfr_FR
it works. Since I am using the docker container, all dictionaries should be installed and by using thedictionaries
variable, should also be supported.I would assume that other languages might also be affected by this.
I am using CODE with the Nextcloud Office app.
Setup
Podman/Docker images
collabora.env
Additional info
If anyone is wondering about other specifics of my setup, see this. Only the answer is relevant, the rest is already outdated.
Steps to Reproduce
fr_FR
and one that usesen_US
fr_FR
and that, if you open theSpelling
prompt,English (USA)
isn't displayedExpected Behavior
Actual Behavior
en_US
andde_DE
not showing up and not working with spellchecker (See first screenshot)Screenshots
Desktop
Verification of installed languages
I couldn't find (or didn't bother to investigate further than I already did) any information on which languages are installed by default on the docker image, but I just searched in the filesystem to get some info.
> $ find / | grep "dict-en"
> $ find / | grep "dict-de"
> $ find / | grep "dict-nl"
> $ find / | grep "dict-fr"
Additional Context
The text was updated successfully, but these errors were encountered: