Merge pull request #247 from britoederr/master

Brazilian Portuguese Translate
This commit is contained in:
Joshua Arts
2018-08-20 10:32:35 -04:00
committed by GitHub
2 changed files with 159 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 = %w(en pt-br)
config.i18n.default_locale = "en"
# Check if a loadbalancer is configured.