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

Version Path
i18nline-0.0.15.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.14.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.12.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.11.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.10.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.8.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.7.alpha test/dummy/app/views/hello/hello.html.erb