From 3588e2820ebdada0befecbb698b93a9aadc8a510 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 Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Comment on second patch. Signed-off-by: Jared Camins-Esakov --- 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 cd46997c79..993e2a8ce8 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) { -- 2.39.2