Reorganized the codebase, add support for flag modus operandi

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

git-svn-id: file:///srv/svn/repo/mai/trunk@48 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2023-10-06 14:33:57 +00:00
parent 88a86eec8a
commit 08278eebad
18 changed files with 55 additions and 312 deletions

View File

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