defmodule PaymentGatewayAppWeb.Gettext do @moduledoc """ A module providing Internationalization with a gettext-based API. By using [Gettext](https://hexdocs.pm/gettext), your module gains a set of macros for translations. """ use Gettext.Backend, otp_app: :payment_gateway_app end