Hi,
is it possible, to use another language than english for spell check in Sublime Merge?
Hi,
is it possible, to use another language than english for spell check in Sublime Merge?
It is, using the same approach as Sublime Text - https://www.sublimetext.com/docs/3/spell_checking.html
Note that there’s no View > Dictionary menu in Sublime Merge, but the underlying dictionary setting works the same way
Great! Thanks!
So solution is:
Preferences --> Browse Packages
then put a .dic file there (from here https://github.com/titoBouzout/Dictionaries)
Preferences --> Edit commit message settings
Add
"dictionary": "Packages/German_de_DE.dic"
Also refer to this post for some hints on how to setup dictionary files for Sublime Text: