From 5c99edc71560968ec245f786f33ed93743acaf51 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 8 Apr 2012 20:10:19 +1200 Subject: [PATCH] Bug 6709 : Patch for testing translating .xml files --- misc/translator/tmpl_process3.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index 89c993f..6fc478a 100755 --- a/misc/translator/tmpl_process3.pl +++ b/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) { -- 1.7.5.4