aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-07-23 21:01:44 +0000
committerJosip Rodin <joy>2001-07-23 21:01:44 +0000
commitb6296032e7eb23935fa19abbc4b08be476ea0971 (patch)
treebe333559071d7f73642e9b8939f0ce958e9559fa /check_trans.pl
parent30328611ca33ac408e38d18b731f75644d7af04d (diff)
details, details
CVS version numbers check_trans.pl: 1.26 -> 1.27
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/check_trans.pl b/check_trans.pl
index db63fe4d6c4..0f9ec222d3a 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -146,7 +146,7 @@ else
$from = 'english';
$to = shift || $defaultlanguage;
-$langfrom=$from;
+#$langfrom=$from;
# Remove slash from end
$to =~ s%/$%%;
@@ -434,7 +434,7 @@ sub check_file {
if (/wml::debian::translation-check/i) {
if (/translation="([^"]+)"/i) {
$oldr = $1;
- warn "Found revision $oldr\n" if $opt_v;
+ warn "Found translation for $oldr\n" if $opt_v;
}
if (/maintainer="([^"]+)"/i) {
$translator = $1;
@@ -449,7 +449,7 @@ sub check_file {
# the following old style cases should be removed eventually
if (/translation\s+([.0-9]*)\s*-->/oi) {
$oldr = $1;
- warn "Found revision $oldr\n" if $opt_v;
+ warn "Found translation for $oldr\n" if $opt_v;
}
if (/Translat(.*?): (.*)$/i) {
$translator=$2 if ($translator eq "");
@@ -466,7 +466,7 @@ sub check_file {
if (/wml::debian::translation-check/i) {
if (/translation="([^"]+)"/i) {
$oldr = $1;
- warn "Found revision $1\n" if $opt_v;
+ warn "Found translation for $1\n" if $opt_v;
}
if (/original="([^"]+)"/i) {
$original = $1;

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