5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 13:45:46 +00:00

faltaba la lista de locales disponibles

This commit is contained in:
f 2018-02-08 13:08:47 -03:00
parent b87eb4e052
commit 07e5facf49
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -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.