Update application.rb

This commit is contained in:
Éder Brito 2018-08-13 15:39:31 -03:00 committed by GitHub
parent f0610f363d
commit e98037fd64
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 = %w(en)
config.i18n.available_locales = [:en, :"pt-br"]
config.i18n.default_locale = "en"
# Check if a loadbalancer is configured.