From 5c5098dbf3d4400c837f09189db74c521fae4fa5 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 8 Apr 2012 20:10:19 +1200 Subject: [PATCH] [PASSED QA] Bug 6709 : Patch for testing translating .xml files Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Comment on second patch. --- misc/translator/tmpl_process3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index cd46997..993e2a8 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.9.5