mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:21:43 +00:00
faltaba la lista de locales disponibles
This commit is contained in:
parent
b87eb4e052
commit
07e5facf49
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue