Avoid I18n Fallback to default locale – SEO
I have the following configured in my application.rb config.i18n.available_locales = [:at, :de, :ch_de, :ch_fr, :fr, :int_en, :int_fr] config.i18n.default_locale = :at My default locale is set to :at (Austria). Which I require for Route Translation. Rails server won't start without it…