Small tweaks

git-svn-id: file:///srv/svn/repo/mai/trunk@26 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
manerakai
2023-09-02 17:54:22 +00:00
parent 0377709f24
commit 9d12f6f17a
4 changed files with 20 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ import (
type GoogleTranslate struct{}
func (_ *GoogleTranslate) DisplayName() string { return "Google" }
func (_ *GoogleTranslate) DisplayName() string { return "Google Translate" }
func (_ *GoogleTranslate) getLangs(type_ string) (Language, error) {
var langsType string