aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2001-04-24 21:04:48 +0000
committerPeter Karlsson <peterk>2001-04-24 21:04:48 +0000
commita67880d16b56470110c2fe35d41c46a4af048766 (patch)
tree4f5ed9fe8bca8e4f98bc889136663bad8ae1b5b0 /copypage.pl
parentf35fed703ac5338838e4651da5a6036c9c62576a (diff)
Fixed case where translation-check header was not added.
CVS version numbers copypage.pl: 1.10 -> 1.11
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/copypage.pl b/copypage.pl
index 26cfae45f4e..33d76ce2a20 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -144,6 +144,11 @@ sub copy
$ignorews = 0 if /^#/;
}
+ unless ($insertedrevision)
+ {
+ print DST qq'#use wml::debian::translation-check translation="$revision"\n';
+ }
+
close SRC;
close DST;

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