X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=intl%2Fmake-pot.pl;h=86eb8d1b014c17f4efcba12f60619545798cf995;hp=7d5acb6fd94bc93b0c9b3f7c808f9de454c2bb97;hb=652508c2081a9d92be7150a4162548389cd86604;hpb=31c8c1f081e2f04dd0a2635aa27cf8dfdfb1f400 diff --git a/intl/make-pot.pl b/intl/make-pot.pl index 7d5acb6..86eb8d1 100644 --- a/intl/make-pot.pl +++ b/intl/make-pot.pl @@ -20,7 +20,7 @@ msgstr "" EOF my $eaten = ''; -$template->process($ARGV[0], $vars, \$eaten); -# or die $template->error(); # errors don't really matter +$template->process($ARGV[0], { page => 'templates/index.tmpl' }, \$eaten) + or die $template->error(); # errors don't really matter print "# eof\n";