Dana Sherson
Dana Sherson
+1 for adding it to development as well
i think more recent rails versions had a version of this config that also raised for non action_view contexts, i'll see if i can find it
https://github.com/rails/rails/pull/31571
another possible way to limit to the translations used, is to always use one standard way of interacting with the translations (e.g. `I18n.t('full.path.only', { maybe: options })` or something else...
This turns out to be because vscode sort is different than ascii sort, do some kind of prepare/doctor sort script thing
functionally this will probably be for each of the wordlists, remove the wordlist then run spellr -w into the wordlist
related to #44
another: 3docean
hi did your found dictionary solve your problem? is it a public dictionary that i could link for others in the documentation? how is the performance of spellr with a...
ignoring character range thing is interesting though, i'll look into that, because it's already a problem for chinese and other scripts that don't really use word breaks. it should be...