Fix compile error
This commit is contained in:
parent
20588517fc
commit
7473868880
|
@ -3,6 +3,7 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
defmodule Pleroma.Docs.Translator do
|
defmodule Pleroma.Docs.Translator do
|
||||||
|
require Pleroma.Docs.Translator.Compiler
|
||||||
require Pleroma.Web.Gettext
|
require Pleroma.Web.Gettext
|
||||||
|
|
||||||
@before_compile Pleroma.Docs.Translator.Compiler
|
@before_compile Pleroma.Docs.Translator.Compiler
|
||||||
|
|
Loading…
Reference in New Issue