1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Update main script name

This commit is contained in:
Daniel Berteaud 2015-09-18 14:14:39 +02:00
parent 5599a49925
commit 04885aa0d0

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')){