Expose translation service availability

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-10-30 18:52:26 +01:00
commit 90f91168f7
7 changed files with 233 additions and 4 deletions

View file

@ -3523,5 +3523,18 @@ config :pleroma, :config_description, [
suggestion: [100_000]
}
]
},
%{
group: :pleroma,
key: Pleroma.Translation,
type: :group,
description: "Translation providers",
children: [
%{
key: Pleroma.Translation,
type: :service,
suggestions: [Pleroma.Translation.DeepL, Pleroma.Translation.LibreTranslate]
}
]
}
]