mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
5 lines
180 B
Ruby
5 lines
180 B
Ruby
|
|
# Configure I18n to look at subfolders too
|
||
|
|
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')]
|
||
|
|
|
||
|
|
I18n.available_locales = [:en, :it]
|
||
|
|
I18n.default_locale = :en
|