On Monday, November 20, 2017 at 5:21:02 PM UTC+1, Serhii Tsymbaliuk wrote: > > > On Win8 and later, TSVN uses the spell checker that's built into the OS > > itself. And the language it uses is the one of the OS, or if you set the > > tsvn:projectlanguage then it uses that language. > > > > So you have to set the tsvn:projectlanguage to English to get the > > correct spell checking. > > > > Hi. > I want to simultaneously do spell check on 3 languages (English, Russian > and > Ukrainian) in TortoiseSVN commit message on Windows 10. > For this I have combined 3 .aff files in one en_GB.aff and 3 .dic files in > one > en_GB.dic. In svn project I have set tsvn:projectlanguage 2057 (English > United Kingdom). > For Windows 7 it works fine, but from previous post message I get that > dictionary > files from \TortoiseSVN\Languages\ folder is obsolete. > > Can I make TostoiseSVN use dictionary files from \TortoiseSVN\Languages\ > folder on Windows 10? >
For Win8 and later (that includes Win10), the TSVN edit controls will always use the built-in spellchecker of Windows. Only if the OS spellchecker does not support the requested language, it will fall back to using the aff/dic files. So if you really want to use your custom files, set the project language to something that the OS doesn't have a spellchecker for and of course rename the dic/aff files to that language id. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/b5694037-89bf-4aeb-a753-5215ab01c0b8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
