Sublime Forum

[SOLVED] Spell check for other language possible?

#1

Hi,

is it possible, to use another language than english for spell check in Sublime Merge?

1 Like

#2

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

2 Likes

#3

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"

1 Like

#4

Also refer to this post for some hints on how to setup dictionary files for Sublime Text:

https://stackoverflow.com/a/23936425/737393

0 Likes