Fix bugs, many other changes

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/mai/trunk@67 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2024-02-07 00:26:14 +00:00
parent 2435673dff
commit b860f0610b
22 changed files with 172 additions and 501 deletions

View File

@@ -24,7 +24,6 @@ type Language map[string]string
var Engines = map[string]Engine{
"google": &GoogleTranslate{},
"reverso": &Reverso{},
"iciba": &ICIBA{},
"libretranslate": &LibreTranslate{
InstanceURL: os.Getenv("MAI_LIBRETRANSLATE_INSTANCE"),
APIKey: os.Getenv("MAI_LIBRETRANSLATE_API"),