Sha256: 89b0766ecf9e0ee57538eadda8fe6d8a0a7a344d2f0d53dcb5c1db697afa1960
Contents?: true
Size: 184 Bytes
Versions: 39
Compression:
Stored size: 184 Bytes
Contents
<% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %> <html> <head> <title></title> </head> <body> <h1><%= _("わたし") %></h1> </body> </html>
Version data entries
39 entries across 39 versions & 1 rubygems