<%= t("thanks", name: "Jeremy") %> <%= t("interpolate.from.yml", fruit: "Orange") %> <%= t("this.yaml.tell_me") %>

<%= t("hello") %>

This should be <%= t("translated")%>

This is not translated <%=t("not.translated.key.with.dots")%>

Time now is <%= l(Time.now, format: :long) %>