Skip to content

Commit

Permalink
Merge pull request 'Limit locales to just Spanish' (#11) from change_…
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Apr 27, 2023
2 parents 955ae5a + f006ba9 commit 1fd4cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application_custom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

module Consul
class Application < Rails::Application
config.i18n.default_locale = :es
config.i18n.available_locales = [:es]
end
end

0 comments on commit 1fd4cca

Please sign in to comment.