From 1aa0368035cdb08e5284f51164cf82a03f8cba09 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Fri, 19 Dec 2008 18:21:28 +0000 Subject: Skip english/template/ when checking translatations. These files should not be translated. CVS version numbers check_trans.pl: 1.88 -> 1.89 --- check_trans.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check_trans.pl') 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 -- cgit v1.2.3