Skip to content

Commit

Permalink
chore: add missing use of gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Sep 13, 2024
1 parent 4a6760b commit 973e180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/atomic/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ defmodule Atomic.Schema do
@moduledoc """
The application Schema for all the modules, providing Ecto.UUIDs as default id.
"""
use Gettext, backend: :atomic

alias Atomic.Time

defmacro __using__(_) do
Expand Down

0 comments on commit 973e180

Please sign in to comment.