Skip to content
Snippets Groups Projects
Unverified Commit e7b97e3d authored by Éder Brito's avatar Éder Brito Committed by GitHub
Browse files

Update application.rb

parent 7b65b04d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ module Greenlight
config.exceptions_app = routes
# Configure I18n localization.
config.i18n.available_locales = [:en, :"pt-br"]
config.i18n.available_locales = %w(en pt-br)
config.i18n.default_locale = "en"
# Check if a loadbalancer is configured.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment