updated local configuration
This commit is contained in:
parent
d7e9744e84
commit
c6cdf65fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
|
||||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
||||
I18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]
|
||||
I18n.default_locale = :en
|
||||
Loading…
Reference in a new issue