2020-01-02 03:41:16 +00:00
|
|
|
# Install New Dictionaries
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
If the path doesn't exist then:
|
|
|
|
|
|
|
|
> sudo mkdir -p /usr/share/stardict/dic
|
|
|
|
|
|
|
|
Then move the dictionaries there.
|
|
|
|
|
2020-01-02 03:41:16 +00:00
|
|
|
# Words
|
|
|
|
|
|
|
|
To look up 'cat' in all languages, just do:
|
|
|
|
|
|
|
|
> sdcv cat
|
|
|
|
|
|
|
|
Look at dictionaries you have with:
|
|
|
|
|
|
|
|
> sdcv -l
|
|
|
|
|
|
|
|
To use a specific dictionary, like `en_rs`, do:
|
|
|
|
|
|
|
|
> sdcv -u en_rs
|
2020-01-02 00:04:35 +00:00
|
|
|
|