Skip to content

Instantly share code, notes, and snippets.

View gwynnnplaine's full-sized avatar
🌹
i'll be blue face makin

Vladyslav Hrabovyi gwynnnplaine

🌹
i'll be blue face makin
  • Portugal
  • 08:39 (UTC)
View GitHub Profile
@IntrovertedMage
IntrovertedMage / 2-use-deepl-for-translation.lua
Last active November 19, 2025 21:26
A KOReader user patch to use DeepLs api for translation instead of google translates api. Demonstration: https://imgur.com/a/zTG3EUn
--SETTINGS--========================================
local api_key = "ENTER API KEY HERE"
local USE_FOR_TRANSLATION = true
local USE_FOR_DETECTION = true
local SHOW_DEEPL_LANGUAGES_AS_OPTIONS = true
-------------=========================