Skip to content

Instantly share code, notes, and snippets.

@tdelam
Created August 14, 2012 20:39
Show Gist options
  • Save tdelam/3352749 to your computer and use it in GitHub Desktop.
Save tdelam/3352749 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, :fr]
config.locales = {:en => "English", :fr => "Français"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment