[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    [Aspell-user] Multi-language spell-checking
From:       Find Marbles <locatemarbles () gmail ! com>
Date:       2022-11-08 10:58:01
Message-ID: CAK+dMbqKsiF_4=xM5W5jKJtkxRpgYsVKHifcg+bwTvynSmUp6A () mail ! gmail ! com
[Download RAW message or body]

Hello,
I know that at this point this is a 12 year old question, but in case any
other unfortunate soul happens to stumble on it, since I'm trilingual
myself the hacky "solution" I use is a shell script or a .bashrc alias that
lets me choose a language when calling aspell to spell check a text.
Something like that:
#!/usr/bin/env bash

sel=$(printf 'el - Ελληνικά\nde - Deutsch\nen - English' | fzf --reverse
--cycle
| cut -d " " -f 1)
aspell -x -c --lang="$sel" $1
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic