Feat: Replaced old translator module. The new translator can translate by using LibreTranslate or DeepL with an user provided API key

This commit is contained in:
2024-05-15 13:56:30 -06:00
parent a1eb546f23
commit ee4f254825
9 changed files with 149 additions and 134 deletions

View File

@@ -28,4 +28,9 @@ type = integer(default=0)
server = string(default="")
port = integer(default=8080)
user = string(default="")
password = string(default="")
password = string(default="")
[translator]
engine=string(default="deepl")
translator_api_url=string(default="https://translate.nvda.es")
translator_api_key=string(default="")