構成ファイルのサポートを有効にし、組み込みの静的レンダラーの問題を修正しました

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

git-svn-id: file:///srv/svn/repo/mai/trunk@53 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2023-10-19 23:15:20 +00:00
parent 72bbcfcfb7
commit c563af5a68
8 changed files with 280 additions and 25 deletions

View File

@@ -19,7 +19,5 @@ type Language map[string]string
var Engines = map[string]Engine{
"google": &GoogleTranslate{},
// "iciba": &ICIBA{},
// "libre": &LibreTranslate{},
"reverso": &Reverso{},
}