Make mail and mailer translatable
[akkoma] / lib / pleroma / web / views / mailer / subscription_view.ex
index fc3d20816546b4320c5ef837a4ca1cfb611fbf3c..01e96c61ccb2dfaf5724743caf85cbc3d37d9d63 100644 (file)
@@ -1,3 +1,8 @@
+# Pleroma: A lightweight social networking server
+# 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