Configure locales
This commit is contained in:
parent
f3500a48c5
commit
2f174823ff
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@
|
|||
|
||||
Rails.application.config.i18n.default_locale = :'ru-RU'
|
||||
Rails.application.config.i18n.available_locales = %i[en-US ru-RU]
|
||||
Rails.application.config.i18n.load_path +=
|
||||
Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]
|
||||
|
|
Reference in a new issue