Skip to content

Instantly share code, notes, and snippets.

@atalazer
Created March 20, 2023 02:37
Show Gist options
  • Save atalazer/5bf7d9356f3999cc23b2ffebdcd3afc3 to your computer and use it in GitHub Desktop.
Save atalazer/5bf7d9356f3999cc23b2ffebdcd3afc3 to your computer and use it in GitHub Desktop.
My Personal Simple Translate Configurations JSON File
{
"translationApi": "google",
"deeplPlan": "deeplFree",
"deeplAuthKey": "",
"targetLang": "en",
"secondTargetLang": "id",
"ifShowCandidate": true,
"whenSelectText": "showPanel",
"ifCheckLang": false,
"ifOnlyTranslateWhenModifierKeyPressed": true,
"modifierKey": "shift",
"ifChangeSecondLangOnPage": true,
"isDisabledInTextFields": false,
"isDisabledInCodeElement": true,
"ignoredDocumentLang": "id",
"disableUrlList": "",
"waitTime": 500,
"ifChangeSecondLang": true,
"ifShowMenu": true,
"pageTranslationOpenTo": "newTab",
"theme": "system",
"buttonSize": 20,
"buttonDirection": "bottomRight",
"buttonOffset": 10,
"width": 300,
"height": 200,
"fontSize": 13,
"panelReferencePoint": "bottomSelectedText",
"panelDirection": "bottom",
"panelOffset": 10,
"isOverrideColors": false,
"resultFontColor": "#000000",
"candidateFontColor": "#737373",
"bgColor": "#ffffff",
"isShowOptionsPageWhenUpdated": true,
"isDebugMode": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment