Compare commits

..

No commits in common. "ac8ec2379028fe70d343f367e56c25b55b8a7434" and "1bef182a157b756fc9ed51bac0c5f79f913f33e9" have entirely different histories.

View File

@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
if err != nil {
return DeepLXTranslationResult{
Code: http.StatusServiceUnavailable,
Message: "Unknown error",
Message: "Unkown error",
}, nil
}
transport := &http.Transport{