forked from AkkomaGang/akkoma
Fix compile error
This commit is contained in:
parent
20588517fc
commit
7473868880
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue