fix deepl
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
375e71631d
commit
1f06b2ae6c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def translate(content, source_language, target_language) do
|
||||||
text: content,
|
text: content,
|
||||||
source_lang: source_language |> String.upcase(),
|
source_lang: source_language |> String.upcase(),
|
||||||
target_lang: target_language,
|
target_lang: target_language,
|
||||||
tag_handling: @name
|
tag_handling: "html"
|
||||||
}),
|
}),
|
||||||
"",
|
"",
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue