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