|
1
|
# Where the I18n library should search for translation files |
|
2
|
I18n.load_path += Dir[Rails.root.join('lib', 'locale', '*.{rb,yml}')] |
|
3
|
|
|
4
|
# Permitted locales available for the application |
|
5
|
# ISO 639-1 Code |
|
6
|
I18n.available_locales = %i[en id-id sv-se ja] |