diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-07-17 17:34:21 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-07-17 17:34:21 +0000 |
commit | bb4860e2228305ded0446842db78c55faecaa2da (patch) | |
tree | 51c137b79fb322411be44ee9460a22d7a6748c67 /lib/pleroma/docs/translator.ex | |
parent | 8aba7c08d18eef1bb58f7f4a21de533ed52d36a3 (diff) | |
parent | 1d7e8d6e013bb39e6ca61bd595a22490412db084 (diff) | |
download | pleroma-bb4860e2228305ded0446842db78c55faecaa2da.tar.gz |
Merge branch 'from/upstream-develop/tusooa/config-translatable' into 'develop'
Translatable config descriptions
Closes pleroma-meta#65
See merge request pleroma/pleroma!3695
Diffstat (limited to 'lib/pleroma/docs/translator.ex')
-rw-r--r-- | lib/pleroma/docs/translator.ex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/pleroma/docs/translator.ex b/lib/pleroma/docs/translator.ex new file mode 100644 index 000000000..13e33c87e --- /dev/null +++ b/lib/pleroma/docs/translator.ex @@ -0,0 +1,10 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + +defmodule Pleroma.Docs.Translator do + require Pleroma.Docs.Translator.Compiler + require Pleroma.Web.Gettext + + @before_compile Pleroma.Docs.Translator.Compiler +end |