Sha256: 0074588f4d0a1ac006fefcc258f33c89429a7c3a5e0b1a7f863597f36e8bb392

Contents?: true

Size: 255 Bytes

Versions: 81

Compression:

Stored size: 255 Bytes

Contents

<%
  require 'gettext'
  include GetText
  bindtextdomain("helloerb", :path => "locale")
%>
<html>
<head>
<title><%= _("aaa") %></title>
</head>
<body>
<h1><%= _("aaa\n") %></h1>
<p><%= N_("bbb") %></p>
<p><%= n_("ccc1", "ccc2", 1) %></p>
</body>
</html>

Version data entries

81 entries across 81 versions & 5 rubygems

Version Path
gettext-2.0.3 test/testlib/erb.rhtml