View | Details | Raw Unified | Return to bug 6709
Collapse All | Expand All

(-)a/misc/translator/tmpl_process3.pl (-2 / +1 lines)
Lines 236-242 usage_error('You must at least specify input and string list filenames.') Link Here
236
    if !@in_files || !defined $str_file;
236
    if !@in_files || !defined $str_file;
237
237
238
# Type match defaults to *.tt plus *.inc if not specified
238
# Type match defaults to *.tt plus *.inc if not specified
239
$type = "tt|inc|xsl" if !defined($type);
239
$type = "tt|inc|xsl|xml" if !defined($type);
240
240
241
# Check the inputs for being files or directories
241
# Check the inputs for being files or directories
242
for my $input (@in_files) {
242
for my $input (@in_files) {
243
- 

Return to bug 6709