We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To set the default locale just add this in an initializer, here I’ll do it for spanish:
I18n.default_locale = :es
If you want to have another language to fallback when missing translations, add this line:
I18n.fallbacks.map :es => :en
More info on globalize2