summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-03-02 00:50:02 +0000
committertusooa <tusooa@kazv.moe>2023-03-02 00:50:02 +0000
commitfd46f83d2daca51055633875671e5fa41e454ca4 (patch)
treeea2c9dd75a806fbfd2e916fbf64fafaaee73774d /config
parentf76c1d4f70fdda6da621a46fb75891e68e266946 (diff)
parent938e238ea10f2e56316650892ad6ba1dd46b3ea5 (diff)
downloadpleroma-fd46f83d2daca51055633875671e5fa41e454ca4.tar.gz
pleroma-fd46f83d2daca51055633875671e5fa41e454ca4.zip
Merge branch 'release/2.5.1' into 'stable'
release: 2.5.1 See merge request pleroma/pleroma!3841
Diffstat (limited to 'config')
-rw-r--r--config/description.exs9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index bf4734426..78dc8770d 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1052,6 +1052,15 @@ config :pleroma, :config_description, [
description:
"Minimum required age (in days) for users to create account. Only used if birthday is required.",
suggestions: [6570]
+ },
+ %{
+ key: :languages,
+ type: {:list, :string},
+ description:
+ "Languages to be exposed in /api/v1/instance. Should be in the format of BCP47 language codes.",
+ suggestions: [
+ "en"
+ ]
}
]
},