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