[update] auth keyが設定されている場合、優先的にDeepL(auth)を使用するように変更

※view.pyにprintToTextbox_AuthenticationSuccessが実装される前提で実装
This commit is contained in:
misyaguziya
2023-09-04 12:26:27 +09:00
parent 6b4d78230a
commit aabfa535bf
3 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
# translatorEngine = ["DeepL(web)", "DeepL(auth)", "Google(web)", "Bing(web)"]
translatorEngine = ["DeepL(web)", "Google(web)", "Bing(web)"]
translatorEngine = ["DeepL(web)", "DeepL(auth)", "Google(web)", "Bing(web)"]
translation_lang = {}
dict_deepl_web_languages = {
"Japanese":"JA",