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://git.sr.ht/~metalune/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://git.sr.ht/~metalune/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_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.