@@ -, +, @@ files --- misc/translator/tmpl_process3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/translator/tmpl_process3.pl +++ a/misc/translator/tmpl_process3.pl @@ -236,7 +236,7 @@ usage_error('You must at least specify input and string list filenames.') if !@in_files || !defined $str_file; # Type match defaults to *.tt plus *.inc if not specified -$type = "tt|inc|xsl" if !defined($type); +$type = "tt|inc|xsl|xml" if !defined($type); # Check the inputs for being files or directories for my $input (@in_files) { --