Update application.rb

This commit is contained in:
Éder Brito 2018-08-20 11:04:16 -03:00 committed by GitHub
parent 7b65b04d9b
commit e7b97e3d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.