LiveGTech / gShell

Interactive graphical desktop environment for LiveG OS.
https://liveg.tech/os
Other
15 stars 3 forks source link

Implement localisation of spell checker #18

Closed James-Livesey closed 2 years ago

James-Livesey commented 2 years ago

Electron's spell checker needs to be localised using the setSpellCheckerLanguages function that should be called whenever the locale is changed.

Usefully, we can specify multiple languages to spell check, which could be appealing to users who work in multiple languages. We can also specify custom dictionary URLs, which we could host ourselves.