aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorSwedish Language Team <swedish>1999-12-16 12:38:34 +0000
committerSwedish Language Team <swedish>1999-12-16 12:38:34 +0000
commit9dca6223534afa176d174a9a6a6c40239c08300e (patch)
tree626077831f8019f176f181f37a59741b1df4624d /check_trans.pl
parent7a7a4f407aa32c766ce7f7532e314f3038e97614 (diff)
template/debian shouldn't be listed, since the translations are handled
centrally. CVS version numbers check_trans.pl: 1.4 -> 1.5
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 3f943e4f201..f49b4d65560 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -45,6 +45,7 @@ $to = "$to/$opt_s";
@en= split(/\n/, `find $from -name Entries -print`);
foreach (@en) {
+ next if $_ =~ "template/debian";
my ($path, $tpath, $d);
$path = $_;
$path =~ s#CVS/Entries$##;

© 2014-2024 Faster IT GmbH | imprint | privacy policy