enchant: allow toggling individual dictionaries#29869
enchant: allow toggling individual dictionaries#29869WhyNotHugo wants to merge 1 commit intotelegramdesktop:devfrom
Conversation
|
Rocky Linux builds failed because my changes don't build when not using the Enchant backend. I'll need to review this further. Build error on Windows is be because I'm using Build errors on macOS seem unrelated to my changes (fails installing dependencies). If it weren't for that, it would likely have failed with the same error as the Windows build. |
|
I'll keep this as a draft while I re-think some of this. |
|
New version should build okay on other platforms. Will keep as draft until CI finishes. |
|
Pretty sure that the macOS failure is unrelated: https://github.com/telegramdesktop/tdesktop/actions/runs/18478111936/job/52647143537 |
|
Yeah, |
Allow disabling and enabling individual dictionaries with the Enchant/Hunspell backend. This is mostly relevant in shared systems (where different users want to enable different sets of languages) or on distributions which install an exorbitant amount of dictionaries by default. Depends-On: desktop-app/lib_spellcheck#32
Allow disabling and enabling individual dictionaries with the Enchant/Hunspell backend.
This is mostly relevant in shared systems (where different users want to enable different sets of languages) or on distributions which install an exorbitant amount of dictionaries by default.
Depends-On: desktop-app/lib_spellcheck#32