Created
June 9, 2011 12:31
-
-
Save rmehner/1016639 to your computer and use it in GitHub Desktop.
i18n feature request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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