enable gettext

This commit is contained in:
shibao 2021-09-10 21:38:32 -04:00 committed by oliviasculley
parent a11a222bea
commit c0a8eb642e
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ defmodule CanneryWeb.Gettext do
See the [Gettext Docs](https://hexdocs.pm/gettext) for detailed usage.
"""
# use Gettext, otp_app: :cannery
use Gettext, otp_app: :cannery
end