Django-tailwind Website for deep-translator project : https://github.com/nidhaloff/deep-translator
- ✅ Choose among Google, Microsoft, DeepL, Pons, Yandex, Linguee, MyMemory, Papago, Qcri
- ✅ Swap languages
- ✅ Compare translations from different providers
- ⬜️ Translate files
- ⬜️ See differents translations from same provider
- ⬜️ Vocal pronunciation
- ⬜️ Dynamic language detection
- And check all open issues or even submit yours !
Clone git repo
git clone https://github.com/nidhaloff/deep-translator-website.git
To create a virtual environment, go to folder translator-website, and type in cmd :
python3 -m venv translator-env
- For Windows users, type :
translator-env\Scripts\activate.bat
- For Mac/Linux users, type :
source translator-env/bin/activate
Then, install dependencies :
Stay in translator-website folder, and type in cmd :
python3 -m pip install -r ./requirements.txt
To start tailwind, cmd :
python3 manage.py tailwind start
To dev, in another cmd :
python3 manage.py runserver
Some known issues :
- If you have an error with npm, try to install it and add it to setting.py file in NPM_BIN_PATH variable :
NPM_BIN_PATH = 'C:\\Program Files\\nodejs\\npm.cmd'
@TonyBionda and @ArthurGOSSEL1
Enjoy !