castellano por defecto
This commit is contained in:
parent
3924237ab0
commit
01b2149298
1 changed files with 6 additions and 0 deletions
6
config/initializers/locale.rb
Normal file
6
config/initializers/locale.rb
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
Rails.application.configure do
|
||||||
|
config.i18n.available_locales = %i[es en]
|
||||||
|
config.i18n.default_locale = :es
|
||||||
|
end
|
Loading…
Reference in a new issue