Directory : /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.2.2/test/fixtures/erb/ |
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.2.2/test/fixtures/erb/ascii.rxml |
<?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>