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

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.