akkoma/lib/pleroma/docs/translator.ex
floatingghost 2796a9acaf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
backend-i18n (#121)
Reviewed-on: #121
2022-07-27 21:56:59 +00:00

11 lines
325 B
Elixir

# 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