Ren'Py translator3000

5.00 star(s) 1 Vote

NNNNKlaus

Newbie
Apr 4, 2020
31
7
hi.
how to add deepl api to translator3000?

this is the code I am using now;



{
"gameLanguage": "en",
"directionOfTranslation": "tr",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "selenium_deepl",
"reserveServices": [],
"workMethod": "dialogueOnly",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"alternativeSortMethod": true,
"splitTextAsSentences": true,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"keys": {
"displayOriginal": {
"mainKey": "o",
"extraKeys": [
"alt"
]
},
"editWindow": {
"mainKey": "d",
"extraKeys": [
"alt"
]
},
"guiShow": {
"mainKey": "p",
"extraKeys": [
"alt"
]
}
},
"extraTextOptions": {
"font": "OpenSans-Regular.ttf",
"size": "25",
"color": "#ffffff",
"italic": false,
"bold": false
}
}
 

Dark_FOX

Newbie
Apr 29, 2018
52
103
hi.
how to add deepl api to translator3000?

this is the code I am using now;



{
"gameLanguage": "en",
"directionOfTranslation": "tr",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "selenium_deepl",
"reserveServices": [],
"workMethod": "dialogueOnly",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"alternativeSortMethod": true,
"splitTextAsSentences": true,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"keys": {
"displayOriginal": {
"mainKey": "o",
"extraKeys": [
"alt"
]
},
"editWindow": {
"mainKey": "d",
"extraKeys": [
"alt"
]
},
"guiShow": {
"mainKey": "p",
"extraKeys": [
"alt"
]
}
},
"extraTextOptions": {
"font": "OpenSans-Regular.ttf",
"size": "25",
"color": "#ffffff",
"italic": false,
"bold": false
}
}
if you don't have this service displayed in the translator, try either updating or reinstalling google chrome.
 

tunahan43

Member
Dec 5, 2023
115
42
And what exactly is the problem?
It was giving an error in a game, Come Home on Steam was not translating this game either, it was translating every game before. The name of the game is Between salvation and abyss.

I tried it in another game and it works, I think there is a problem with the game.
 
Last edited:
5.00 star(s) 1 Vote