mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
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:
@@ -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="")
|
||||
|
Reference in New Issue
Block a user