mirror of https://gitlab.com/bashrc2/epicyon
No quotes
parent
251c106696
commit
67670da87a
|
@ -274,7 +274,7 @@ def autoTranslatePost(baseDir: str, postJsonObject: {},
|
|||
if msgObject['contentMap'].get(lang):
|
||||
translatedText = \
|
||||
_libretranslate(libretranslateUrl,
|
||||
msgObject['contentMap']['lang'],
|
||||
msgObject['contentMap'][lang],
|
||||
lang, systemLanguage,
|
||||
libretranslateApiKey)
|
||||
if translatedText:
|
||||
|
|
Loading…
Reference in New Issue