From 07e5facf49cafda5e18406b094ed834a2c95547d Mon Sep 17 00:00:00 2001 From: f Date: Thu, 8 Feb 2018 13:08:47 -0300 Subject: [PATCH] faltaba la lista de locales disponibles --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 84391705..3edf2f59 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -66,6 +66,7 @@ Rails.application.configure do # the I18n.default_locale when a translation cannot be found). config.i18n.fallbacks = true + config.i18n.available_locales = [:es, :en] config.i18n.default_locale = :es # Send deprecation notices to registered listeners.