Skip to content

Commit 5f1fee8

Browse files
author
Andrew
committed
Due to changes in deepl page - it's now impossible to set undefined language in URL, so now translation always expecting english - and you need to select different language on deepl page
1 parent fb6884f commit 5f1fee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// const deeplURL = "https://www.deepl.com/translator/q/auto/"
2-
const deeplURL = "https://www.deepl.com/translator#null/"
2+
const deeplURL = "https://www.deepl.com/translator#en/"
33
const w = 940;
44
const h = 650;
55
let defaultLang = "en"

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "To DeepL",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"description": "Translate selected text in new tab with DeepL",
66
"homepage_url": "https://github.com/rewkha/firefox-to-deepl",
77
"icons": {

0 commit comments

Comments
 (0)