aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-12-19 23:08:29 +0000
committerBas Zoetekouw <bas>2008-12-19 23:08:29 +0000
commit25b26f75fe5a5d519851926a9a9ee2a7244a5f49 (patch)
tree5926e078224b9303ef8b5f790c6b94d8d0e92e8d /check_trans.pl
parent2f1e9d1051ca02638786019e218e45abc3eb6795 (diff)
skip non-translated files (i.e., most of the english originals) while doing a
trans_check (for real this time) CVS version numbers check_trans.pl: 1.91 -> 1.92
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/check_trans.pl b/check_trans.pl
index f0f74bf868e..5cfec1fa544 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -270,9 +270,11 @@ sub verbose;
switch_var( $revinfo_orig, $revinfo_transl );
}
}
-
}
+ # skip original files (i.e., most of english)
+ next if ( $file_orig eq $file_transl );
+
# determine the status of the file
my ($status,$str,$rev_transl,$maintainer,$maxdelta) = check_file(
$file,

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