Sha256: cdc11d726579176f84d49266ab02aea28d768cfd7e7b843d80db0ef3ed86ccd6
Contents?: true
Size: 284 Bytes
Versions: 28
Compression:
Stored size: 284 Bytes
Contents
<?xml version="1.0" standalone="no"?> <% require 'gettext' include GetText bindtextdomain("helloerb", "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
28 entries across 24 versions & 1 rubygems