Skip to content

Commit

Permalink
fix deepl
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
  • Loading branch information
mkljczk committed Nov 25, 2024
1 parent 375e716 commit 1f06b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pleroma/language/translation/deepl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule Pleroma.Language.Translation.Deepl do
text: content,
source_lang: source_language |> String.upcase(),
target_lang: target_language,
tag_handling: @name
tag_handling: "html"
}),
"",
[
Expand Down

0 comments on commit 1f06b2a

Please sign in to comment.