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:
@@ -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{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user