test/testlib/erb.rxml in gettext-1.93.0 vs test/testlib/erb.rxml in gettext-2.0.0
- old
+ new
@@ -1,9 +1,9 @@
<?xml version="1.0" standalone="no"?>
<%
require 'gettext'
include GetText
- bindtextdomain("helloerb", "locale")
+ bindtextdomain("helloerb", :path => "locale")
%>
<html>
<head>
<title><%= _("aaa") %></title>
</head>