Plugin for Wox that translates between english and any other language.
Pressing Enter
will redirect to a Google Translate page with the query.
To change your main language, replace this line in main.py
:
LANGUAGE = 'it'
Install TextBlob:
pip install textblob
Install nltk:
pip install nltk
To install the plugin, type in Wox:
wpm install Auto Direct Translate