I used the following post to implement links inside of the language file of my rails app. Unfortunately it seems, that this doesnt work anymore with rails 3. It just puts out the {{link}}
as text...
Any idea?
I used the following post to implement links inside of the language file of my rails app. Unfortunately it seems, that this doesnt work anymore with rails 3. It just puts out the {{link}}
as text...
Any idea?
Looks like i18n deprecated {{tag}}
and changed it to %{tag}
.