X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=6b151a59f4b9bb4f15cf2761e38fc4c6f02a342b;hb=07ccfafd92febc002a4695776ad8d3a1fb7110c4;hp=c43e25468f7db023866f6ca5197a479731e00c55;hpb=52d8183787db739fc10dd3e95141e274d4fb2bcc;p=akkoma diff --git a/config/description.exs b/config/description.exs index c43e25468..6b151a59f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3442,5 +3442,32 @@ config :pleroma, :config_description, [ suggestion: [nil] } ] + }, + %{ + group: :pleroma, + key: :argos_translate, + type: :group, + description: "ArgosTranslate Settings.", + children: [ + %{ + key: :command_argos_translate, + type: :string, + description: + "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", + suggestion: ["argos-translate"] + }, + %{ + key: :command_argospm, + type: :string, + description: + "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", + suggestion: ["argospm"] + }, + %{ + key: :strip_html, + type: :boolean, + description: "Strip html from the post before translating it." + } + ] } ]