Ehy @alex how can I Resoap my configuration? I can’t find Deepl things inside AdminFE but only in description.exs ?
Conversation
Notices
-
Embed this notice
tassoman (tassoman@gleasonator.com)'s status on Friday, 09-Dec-2022 10:47:17 JST tassoman -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Friday, 09-Dec-2022 10:47:17 JST Alex Gleason @tassoman Not sure if you can set it through AdminFE. Here’s what my config looks like:
# Translation service config :pleroma, Pleroma.Language.Translation, provider: Pleroma.Language.Translation.Deepl config :pleroma, Pleroma.Language.Translation.Deepl, base_url: "https://api-free.deepl.com", api_key: "API_KEY_HERE" # https://www.deepl.com/en/pro-api#api-pricing config :pleroma, Pleroma.Language.LanguageDetector, provider: Pleroma.Language.LanguageDetector.Fasttext config :pleroma, Pleroma.Language.LanguageDetector.Fasttext, model: "/usr/share/fasttext/lid.176.bin" # https://fasttext.cc/docs/en/language-identification.html
-
Embed this notice