castellano por defecto

This commit is contained in:
fauno 2019-09-04 11:15:11 -03:00
parent 3924237ab0
commit 01b2149298
No known key found for this signature in database
GPG key ID: 456032D717A4CD9C

View 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