forked from External/greenlight
Update application.rb
This commit is contained in:
parent
f0610f363d
commit
e98037fd64
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue