Skip to content

Instantly share code, notes, and snippets.

@tdelam
Created March 15, 2012 14:37
Show Gist options
  • Save tdelam/2044519 to your computer and use it in GitHub Desktop.
Save tdelam/2044519 to your computer and use it in GitHub Desktop.
# encoding: utf-8
Refinery::I18n.configure do |config|
config.enabled = true
config.default_locale = :en
config.current_locale = :en
config.default_frontend_locale = :en
config.frontend_locales = [:en, :es]
config.locales = {:en=>"English", :es=>"Español"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment