Skip to content

Commit

Permalink
revert stupit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 authored May 31, 2024
1 parent 70b7385 commit 14974c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dislate/src/api/GTranslate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const translate = async (text: string, source_lang: string = "auto", target_lang
dt: "t",
dj: "1",
source: "input",
q: encodeURIComponent(text)
q: text
});

const data: GTranslateResponse = await (await fetch(API_URL)).json()
Expand Down

0 comments on commit 14974c5

Please sign in to comment.