Sha256: 12903bde1c1d72f9384d02a90f75c37eb0329a2989d87163066e762e4a4983c9

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 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>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
i18nline-0.0.6.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-rails-0.0.5.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.5.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.4.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.3.alpha test/dummy/app/views/hello/hello.html.erb
i18nline-0.0.2.alpha test/dummy/app/views/hello/hello.html.erb