Update main script name

This commit is contained in:
Daniel Berteaud 2015-09-18 14:14:39 +02:00
parent 5599a49925
commit 04885aa0d0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use Locale::Maketext::Extract::Run 'xgettext';
chdir dirname($0) . '/..';
my @files = qw(vroom.pl public/js/vroom.js);
my @files = qw(vroom public/js/vroom.js);
push @files, glob('templates/default/*');
foreach my $lang (map { basename(s/\.po$//r) } glob('lib/Vroom/I18N/*.po')){