diff --git a/apps/core/lib/i18n.ex b/apps/core/lib/i18n.ex index 48067edc..5ec34367 100644 --- a/apps/core/lib/i18n.ex +++ b/apps/core/lib/i18n.ex @@ -12,6 +12,7 @@ defmodule Legendary.I18n do path |> Path.basename() |> Path.rootname() + |> String.to_atom() locale locale, path end)