Skip to content

Instantly share code, notes, and snippets.

@rmehner
Created June 9, 2011 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehner/1016639 to your computer and use it in GitHub Desktop.
Save rmehner/1016639 to your computer and use it in GitHub Desktop.
i18n feature request
# is something like that possible?
I18n.with_scope(:scope) do
t(:foo) # would be the same as t(:foo, scope: :scope)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment