X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=61ef8f4493c81ac3047effb03d0d091a16026033;hb=85137f591f95169d385d690c48dcbeccb1306058;hp=b70982cd2a05799a3921ac65992ab8b2a7b9619d;hpb=aaf78e2b52c3aa1e75206e7dbe41b45874978e0a;p=akkoma diff --git a/config/description.exs b/config/description.exs index b70982cd2..61ef8f449 100644 --- a/config/description.exs +++ b/config/description.exs @@ -509,6 +509,16 @@ config :pleroma, :config_description, [ "Pleroma" ] }, + %{ + key: :languages, + type: {:list, :string}, + description: "Languages the instance uses", + suggestions: [ + "en", + "ja", + "fr" + ] + }, %{ key: :email, label: "Admin Email Address",