Skip to content

Commit

Permalink
Fix locale to fr (#11)
Browse files Browse the repository at this point in the history
* Set default locale to french

* Hide locale switcher in the top links
  • Loading branch information
Em-AK committed Feb 22, 2018
1 parent d44621f commit 1445a0e
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
@@ -1,4 +1,6 @@
module Consul
class Application < Rails::Application
config.i18n.default_locale = :fr
config.i18n.available_locales = [:fr ]
end
end

0 comments on commit 1445a0e

Please sign in to comment.