Skip to content

Commit

Permalink
Switch UK localization on
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrn committed Jan 27, 2024
1 parent a23fa27 commit f37e18b
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 @@ -24,7 +24,7 @@ config :logger,
backends: [:console, Sentry.LoggerBackend]

# TODO: finish localization for pt and uk
config :pairs_one, PairsOneWeb.Gettext, locales: ~w(en de pl es it pt fr ru)
config :pairs_one, PairsOneWeb.Gettext, locales: ~w(en de pl es it pt fr uk ru)

# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
Expand Down

0 comments on commit f37e18b

Please sign in to comment.