Skip to content

Instantly share code, notes, and snippets.

@juanm55
Created September 23, 2011 15:43
Show Gist options
  • Save juanm55/1237699 to your computer and use it in GitHub Desktop.
Save juanm55/1237699 to your computer and use it in GitHub Desktop.
Is this possible in i18n???
en:
editing: "editing %{thingy}"
another: "User"
# the idea is that I can call a dict definition from within another one?
#maybe im better off doing something like this:
#in view
t 'editing', :thingy => t('another')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment