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