2024-07-16 20:22:59 +02:00
|
|
|
|
|
|
|
|
# Where the I18n library should search for translation files
|
|
|
|
|
# I18n.load_path += Dir[Rails.root.join('lib', 'locale', '*.{rb,yml}')]
|
|
|
|
|
|
|
|
|
|
# Permitted locales available for the application
|
2024-09-05 22:54:38 +02:00
|
|
|
I18n.available_locales = [:"de-CH", :en]
|
2024-07-16 20:22:59 +02:00
|
|
|
|
|
|
|
|
# Set default locale to something other than :en
|
|
|
|
|
I18n.default_locale = :"de-CH"
|