Make mail and mailer translatable
[akkoma] / lib / pleroma / web / views / mailer / subscription_view.ex
index 4562a9d6c37cecb0b3cd7718375a73136ea797bc..01e96c61ccb2dfaf5724743caf85cbc3d37d9d63 100644 (file)
@@ -1,7 +1,8 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Mailer.SubscriptionView do
   use Pleroma.Web, :view
+  alias Pleroma.Web.Gettext
 end