Sha256: 1c07c7950aa5257bef42539d07e8b0381fe33fab365f64982426401667254eb0
Contents?: true
Size: 293 Bytes
Versions: 83
Compression:
Stored size: 293 Bytes
Contents
<?xml version="1.0" standalone="no"?> <% 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
83 entries across 83 versions & 5 rubygems