Skip to content

Instantly share code, notes, and snippets.

@brennovich
Created November 24, 2011 03:01
Show Gist options
  • Save brennovich/1390536 to your computer and use it in GitHub Desktop.
Save brennovich/1390536 to your computer and use it in GitHub Desktop.
Active admin i18n.rb initalizer
I18n.locale = :'pt-BR' # or whatever your default locale is
I18n.load_path += Dir[Rails.root.join("config/locales/**/*.yml")]
I18n.reload!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment