Add public_content to translations table and rename lang to language

This commit is contained in:
Thelonius Kort
2023-01-15 17:55:26 +01:00
parent 0b28b0acc0
commit aab04f5ecc
7 changed files with 20 additions and 9 deletions

View File

@ -49,7 +49,7 @@ defmodule Outlook.Translators do
end
def translate(translation, current_user) do
%{lang: target_lang,
%{language: target_lang,
article: %{content: article_tree, language: source_lang}
} = translation
article_as_html = prepare_article(article_tree)