Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created September 24, 2011 17:00
Show Gist options
  • Save pi3r/1239544 to your computer and use it in GitHub Desktop.
Save pi3r/1239544 to your computer and use it in GitHub Desktop.
+1, same issue here.
My workaround is:
config.i18n.default_locale = :fr
I18n.locale = config.i18n.locale = config.i18n.default_locale
Ok it's ugly, but everything is working now! :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment