Skip to content

Commit

Permalink
Add missing locales in config
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Jun 15, 2024
1 parent 5d8b673 commit e1945c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config :claper, ClaperWeb.Endpoint,

config :claper, ClaperWeb.Gettext,
default_locale: "en",
locales: ~w(fr en de)
locales: ~w(fr en de es nl)

config :dart_sass,
version: "1.61.0",
Expand Down

0 comments on commit e1945c7

Please sign in to comment.