From: Henri-Damien LAURENT Date: Mon, 21 Sep 2009 21:47:59 +0000 (+0200) Subject: Followup updating translation process X-Git-Tag: v3.00.04~80 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=27cdac25a3a77b9e8dfe86344024177cb4251dfb;hp=278e916c25b3ff0a5441d131ef999ab0450b027d;p=koha.git Followup updating translation process --- diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index b543a91c6d..4e217eb67f 100755 --- a/misc/translator/tmpl_process3.pl +++ b/misc/translator/tmpl_process3.pl @@ -218,7 +218,7 @@ usage_error('You must at least specify input and string list filenames.') if !@in_files || !defined $str_file; # Type match defaults to *.tmpl plus *.inc if not specified -$type = "tmpl|inc|js|xsl|def" if !defined($type); +$type = "tmpl|inc|xsl" if !defined($type); # Check the inputs for being files or directories for my $input (@in_files) {