% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %>
<%= N_("bbb") %>
<%= n_("ccc1", "ccc2", 1) %>