yakumo.izuru 3b6db5d8f4 I <3 めいすきー
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/mai/trunk@54 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
2023-10-20 00:18:32 +00:00
2023-10-20 00:18:32 +00:00
2023-10-18 14:38:36 +00:00
2023-10-20 00:18:32 +00:00
2022-08-09 22:05:05 +00:00
2023-10-20 00:18:32 +00:00

SimplyTranslate

A privacy friendly frontend to multiple translation engines.

History

  1. SimplyTranslate was founded by metalune and fattalion. It was written in Python.
  2. Fattalion created a Go implementation.
  3. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
  4. Izuru Yakumo The Violet Hermit stole it

Installation

% git clone https://git.chaotic.ninja/yakumo.izuru/simplytranslate
% cd simplytranslate
% 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;
}

SimplyTranslate does not host any content. All content shown on any SimplyTranslate instances is from Google Translate and Reverso.

SimplyTranslate is not affiliated with Google Translate nor Reverso that SimplyTranslate relays.

Trademarks belong to their respective owners. Google Translate is a trademark of Google LLC. Reverso is a trademark of Reverso.

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.

Description
A front-end to mainstream translation engines
https://suzunaan.yakumo.dev/mai/
Readme AGPL-3.0 1.6 MiB
Languages
Go 69.2%
HTML 13.9%
CSS 7.7%
Shell 2.8%
JavaScript 2.5%
Other 3.9%