Sha256: c675521ab704ebca9a79811aad26678309aeb7b530ba2f71570f3cfbd8266ed1
Contents?: true
Size: 316 Bytes
Versions: 7
Compression:
Stored size: 316 Bytes
Contents
<%= t("thanks", name: "Jeremy") %> <%= t("interpolate.from.yml", fruit: "Orange") %> <%= t("this.yaml.tell_me") %> <h1> <%= t("hello") %> </h1> <p>This should be <%= t("translated")%></p> <p>This is not translated <%=t("not.translated.key.with.dots")%></p> <p>Time now is <%= l(Time.now, format: :long) %></p>
Version data entries
7 entries across 7 versions & 1 rubygems