From 27a19abcb11fade54f7d0e9000f04ab4dff216c5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 12 Aug 2009 22:40:22 +0000 Subject: document -debug-translation in install-tl and tlmgr git-svn-id: svn://tug.org/texlive/trunk@14632 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 9 +++++++++ Master/texmf/scripts/texlive/tlmgr.pl | 5 +++++ 2 files changed, 14 insertions(+) (limited to 'Master') diff --git a/Master/install-tl b/Master/install-tl index 00850982d88..eed559f1088 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -169,6 +169,9 @@ $::lang = "en"; # use the fancy directory selector for TEXDIR $::alternative_selector = 0; +# do not debug translations by default +$::debug_translation = 0; + # # some strings to describe the different meanings of option_file_assoc $::fileassocdesc[0] = "None"; @@ -204,6 +207,7 @@ GetOptions( "portable" => \$opt_portable, "print-arch" => \$opt_print_arch, "force-arch=s" => \$opt_force_arch, + "debug-translation" => \$::debug_translation, "profile-seed=s" => \$opt_profileseed, "profile=s" => \$opt_profile, "scheme=s" => \$opt_scheme, @@ -1840,6 +1844,11 @@ the end all files from I are copied over to C in your installation folder and this directory will be added to the path for the postinstall actions. +=item B<-debug-translation> + +This switch will make install-tl report any missing or probably +untranslated messages in the GUI installers to STDERR. + =item B<-q> Omit normal informational messages. diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index ba7751c90e9..022bb46584c 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3717,6 +3717,11 @@ that, see the option C<-v> below, and TeXLive::TLUtils. This option make B wait for user input before exiting. Useful on Windows to avoid command windows disappearing. +=item B<-debug-translation> + +This switch will make tlmgr report any missing or probably +untranslated messages in GUI mode to STDERR. + =back The standard options for TeX Live programs are also accepted: -- cgit v1.2.3