mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
6 lines
206 B
Ruby
6 lines
206 B
Ruby
# Configure I18n to look at subfolders too
|
|
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')]
|
|
|
|
I18n.available_locales = [:en, :it, :de, :fr, :ru, :es, :vi]
|
|
|
|
I18n.default_locale = :en |