2022-06-05 11:40:43 +02:00
|
|
|
# Configure I18n to look at subfolders too
|
|
|
|
|
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')]
|
|
|
|
|
|
2022-07-25 15:47:10 +02:00
|
|
|
I18n.available_locales = [:en, :it, :de, :fr]
|
2022-06-05 11:40:43 +02:00
|
|
|
I18n.default_locale = :en
|