aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Webwml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-02-22 21:51:26 +0000
committerDenis Barbier <barbier>2002-02-22 21:51:26 +0000
commitc4ad04f48b07cafb2369e87987686f4e305132a0 (patch)
treeb1c0f8d9d714a4875cc1eb8f22de4c5e49b387dc /Perl/Webwml
parent55e0317a8ff73f9ea9ebc56ab0b5210b8cdd16fe (diff)
lang-mismatch-in-translated-templates error was not checked
in Description-* fields CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.7 -> 1.8
Diffstat (limited to 'Perl/Webwml')
-rw-r--r--Perl/Webwml/L10n/Debconf.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Perl/Webwml/L10n/Debconf.pm b/Perl/Webwml/L10n/Debconf.pm
index 62524859899..3ecdcf46da5 100644
--- a/Perl/Webwml/L10n/Debconf.pm
+++ b/Perl/Webwml/L10n/Debconf.pm
@@ -294,6 +294,8 @@ sub _read_dispatched {
goto SKIP;
}
$lang = $2;
+ warn "$file:$line: lang-mismatch-in-translated-templates\n"
+ if $lang ne $ext;
if (defined($self->{files}->{$lang})) {
die "Lang \`$lang' found in \`$file' and \`$self->{files}->{$lang}'\n"
unless $self->{files}->{$lang} eq $file;

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