2022-07-13 21:59:23 +00:00
|
|
|
# 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
|
2022-07-13 22:46:21 +00:00
|
|
|
require Pleroma.Docs.Translator.Compiler
|
2022-07-13 21:59:23 +00:00
|
|
|
require Pleroma.Web.Gettext
|
|
|
|
|
|
|
|
@before_compile Pleroma.Docs.Translator.Compiler
|
|
|
|
end
|