X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=intl%2Fmake-pot.pl;h=86eb8d1b014c17f4efcba12f60619545798cf995;hb=0daad481aac5b955e3d87aed919fcd43f769882f;hp=7d5acb6fd94bc93b0c9b3f7c808f9de454c2bb97;hpb=d7b9d2772f2569450caf412026da1556772e3fa4;p=ccbs 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";