Added Spanish translation

This commit is contained in:
jfederico
2018-08-21 20:03:58 +00:00
parent 81d460f1c2
commit 7190779abb
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 pt-br)
config.i18n.available_locales = %w(en pt-br es)
config.i18n.default_locale = "en"
# Check if a loadbalancer is configured.