Sha256: 5441ff9e7a747a68fda8ed77e1012d720904721e44150258ddf7391f489eb739
Contents?: true
Size: 213 Bytes
Versions: 20
Compression:
Stored size: 213 Bytes
Contents
<%# -*- coding: utf-8 -*- %> <% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %> <html> <head> <title></title> </head> <body> <h1><%= _("わたし") %></h1> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems