aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-12-19 18:21:28 +0000
committerBas Zoetekouw <bas>2008-12-19 18:21:28 +0000
commit1aa0368035cdb08e5284f51164cf82a03f8cba09 (patch)
tree75c1e4564b633d6be72ee3032bcf44bb53521e54 /check_trans.pl
parentc8c56c64e29f76aed1a7d4facd891ab5993c0259 (diff)
Skip english/template/ when checking translatations. These files should not
be translated. CVS version numbers check_trans.pl: 1.88 -> 1.89
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/check_trans.pl b/check_trans.pl
index f9979dff782..f0f74bf868e 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -182,11 +182,13 @@ sub verbose;
my %english_revs = vcs_path_info( $english_path,
'recursive' => 1,
'match_pat' => $file_pattern,
+ 'skip_pat' => '^template/'
);
# ... and in the translation
my %translation_revs = vcs_path_info( $language_path,
'recursive' => 1,
'match_pat' => $file_pattern,
+ 'skip_pat' => '^template/'
);
# construct a list with all files that either occur in english or

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