Expose translation service availability
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
557a7d736a
commit
90f91168f7
7 changed files with 233 additions and 4 deletions
|
|
@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue