I\'d like to i18n a text that looks like this:
Already signed up? Log in!
Note that there is a link on the text. On this example
I think a simple way to do this is by simply doing :
<%= link_to some_path do %> <%= t '.some_locale_key' %> <% end %>