This is a simple web interface for SimplyTranslate
You can find a list of instances here: SimplyTranslate Project Page
If you want to integrate a list of instances in your project, you can use this endpoint to always have an up-to-date list of all instances known to us: https://simple-web.org/instances/simplytranslate
If you want to add your own instance here, please either send me an email directly to [email protected] or tell us about it in our IRC channel #simple-web on Libera.Chat
git clone https://codeberg.org/SimpleWeb/SimplyTranslate-Web
cd SimplyTranslate-Web
pip install -r requirements.txt
# Directly
python3 main.py
# Using uvicorn
uvicorn main:app --port 5000
You can configure SimplyTranslate by editing these files: Either this in the project directory:
config.conf
Shared Between all supported SimplyTranslate Frontends (like SimplyTranslate-Gemini):
/etc/simplytranslate/shared.conf
Configuration file specifically for this frontend:
/etc/simplytranslate/web.conf
Or if you want to specify your own config file path you can just pass the argument -c
or --config
- Setup git-email: https://git-send-email.io
- Clone the repo you want:
git clone https://codeberg.org/SimpleWeb/SimplyTranslate-Web
- Branch it:
git checkout -b my-cool-changes
- Add your changes:
git add .
and commit themgit commit -m "My Cool Changes"
- Set mail-to:
git config sendemail.to '~metalune/[email protected]'
- Send your commit:
git send-email master
To get in contact with the developers, visit us on the #simple-web IRC channel on Libera.Chat
SimplyTranslate does not host any content. All content on SimplyTranslate is from Google Translate, DeepL, ICIBA, Reverso and LibreTranslate. SimplyTranslate is not affiliated with Google Translate, DeepL, ICIBA, Reverso or LibreTranslate that SimplyTranslate relays.
Trademarks belong to their respective owners. Google Translate is a trademark of Google LLC. DeepL is a trademark of DeepL SE. Reverso is a trademark of Reverso. LibreTranslate is a trademark of LibreTranslate.
The creators of this repository assume no liability for the accuracy and timeliness of any information provided above. Trademark owner information was researched to the best of the author's knowledge at the time of curation and may be outdated or incorrect.
SimplyTranslate-Web is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SimplyTranslate-Web is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.