aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/scopes/translator.ex
blob: 54eea359375a1a759e699f3ce9a2299a28d24f57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Pleroma: A lightweight social networking server
# Copyright © 2017-2023 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ApiSpec.Scopes.Translator do
  require Pleroma.Web.ApiSpec.Scopes.Compiler
  require Pleroma.Web.Gettext

  @before_compile Pleroma.Web.ApiSpec.Scopes.Compiler
end