summaryrefslogtreecommitdiff
path: root/lib/pleroma/docs/translator.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/docs/translator.ex')
-rw-r--r--lib/pleroma/docs/translator.ex10
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