
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/mai/trunk@60 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
1.9 KiB
1.9 KiB
Mai
A privacy friendly frontend to multiple translation engines.
History
- SimplyTranslate was founded by metalune and fattalion. It was written in Python.
- Fattalion created a Go implementation.
- Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
- Izuru Yakumo The Violet Hermit stole it, and renamed it after Mai from Mystic Square
Instances
URL | Location | Cloudflare? |
---|---|---|
tr.chaotic.ninja | DE | No |
Installation
% git clone https://git.chaotic.ninja/yakumo.izuru/mai
% cd mai
% make
# make install
Setup
For nginx you can use this snippet, this also serves the static resources.
location / {
proxy_set_header Host $host;
proxy_pass http://localhost:5000;
}
Legal notice
Mai does not host any content. All content shown on any Mai instances is from Google Translate, Reverso, iCIBA and LibreTranslate
Mai is not affiliated with none of the above, which this program relays.
Trademarks belong to their respective owners. Google Translate is a trademark of Google LLC. Reverso is a trademark of Reverso, et cetera.
The creators and maintainers 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.
Other projects
- Mozhi, also a fork of SimplyTranslate