i18n.rb 175 Bytes Edit Raw Blame History Permalink 1 2 3 4 # necessary for I18n.default_locale to work require 'i18n/backend/fallbacks' I18n.backend.class.send :include, I18n::Backend::Fallbacks I18n.enforce_available_locales = false