Globalize question

Hello,

I just installed globalize2
(GitHub - joshmh/globalize2: The second incarnation of Globalize for Rails) and wanted to
translate a simple string. I googled and only found translations for
models etc.

Does anyone know how to translate simple strings like:
en: Hello <%= @user.name %>
to
es: Hola <%= @user.name %>?

All I found is that I can translate models but there’s no need for me to
translate the name :slight_smile: