diff options
author | Norbert Preining <preining@logic.at> | 2008-06-01 20:05:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-01 20:05:22 +0000 |
commit | 767708a9e27f368959bab0f62e00dc7140ad6fa2 (patch) | |
tree | 8f56ac2e801d3a85db4ca26343f5bba89ed07f3d | |
parent | 4fa0e9965a6446a16c065efc766c7e9250e5ce52 (diff) |
echo out the missing strings also for new translations
git-svn-id: svn://tug.org/texlive/trunk@8455 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index 57889b6602c..e5043902c85 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -44,7 +44,7 @@ sub _ ($) { return $s if !defined($LANG); # if $LANG is set but no translation print $s, and warn if (!defined($TRANS{$LANG})) { - printf STDERR "no translation available for $LANG, continuing in English\n"; + printf STDERR "===$ss===MISSING\n"; return $s; } # if the translation is defined return it |