Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spell checking with multiple dictionaries #536

Closed
FedorSymkin opened this issue Dec 24, 2020 · 1 comment
Closed

Spell checking with multiple dictionaries #536

FedorSymkin opened this issue Dec 24, 2020 · 1 comment

Comments

@FedorSymkin
Copy link

Hello! Retext is very functional and minimalistic editor, I like it and I use it every day, thank you very much for development!

The only one feature I'd like to add: is it possible to use multiple dictionaries in spell checking (ru_RU + en_EN for example)? As I know It's possible to create multiple pyenchant spell checkers or merge dictionaries in /usr/share/hunspell (IMHO second way is too inconvenient). Could you implement ability to set multiple dictionaries in GUI? (Somethig like "ru_RU,en_EN")

@mitya57 mitya57 closed this as completed in 41710ed May 6, 2021
@mitya57
Copy link
Member

mitya57 commented May 6, 2021

This is now implemented in master. You can now specify ru_RU,en_US in the “Spell check → Set locale” menu. Please note that suggestions and “Add to dictionary” use the first specified dictionary only.

Any feedback is welcome and sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants