Initial commit

This commit is contained in:
Mira 2025-01-27 18:37:17 +01:00
commit ea04fd2785
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
25 changed files with 2156 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
<h1 align="center">Makoto Translation Plugin</h1>
<p align="center"><img src="Assets/Prod.png" width=250 align="center"></p>
<p align="center" style="font-weight:bold;">Allows users to automatically translate messages using LibreTranslate or Google!</p>
## Prerequisites
- [ProjectMakoto](https://github.com/Fortunevale/ProjectMakoto)-ready development environment
- [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)
- **By far easiest way to set up a LibreTranslate instance is by using [Docker](https://www.docker.com/)**
- After installing Docker, run: `docker run -ti --rm -p 5000:5000 libretranslate/libretranslate`