From 6a52d8839d334ac56f36195aa404fac667862830 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 21 May 2021 03:01:23 +0000 Subject: CTAN sync 202105210301 --- systems/texlive/tlnet/tlpkg/TeXLive/trans.pl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/trans.pl') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl b/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl index cad5bea27f..c86fa91482 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl +++ b/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: trans.pl 59224 2021-05-16 16:50:31Z karl $ +# $Id: trans.pl 59285 2021-05-20 21:12:36Z karl $ # Copyright 2009-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -37,7 +37,7 @@ if (defined($::opt_lang)) { $::lang = $lang; $::area = uc($area); } else { - debug("Didn't get any usuful code from reg_country.\n"); + debug("didn't get any useful code from reg_country\n"); } } else { # we load POSIX and locale stuff @@ -127,10 +127,11 @@ sub load_translations() { } } if (!$found) { - tlwarn ("\n Sorry, no translations available for $code (nor $::lang); falling back to English. - Make sure that you have the package \"texlive-msg-translations\" installed. - (If you'd like to help translate the installer's messages, please see - https://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n"); + debug ("no translations available for $code (nor $::lang); falling back to English\n"); +# tlwarn ("\n Sorry, no translations available for $code (nor $::lang); falling back to English. +# Make sure that you have the package \"texlive-msg-translations\" installed. +# (If you'd like to help translate the installer's messages, please see +# https://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n"); } else { # merge the translated strings into the text string open(LANG, "<$::installerdir/tlpkg/translations/$::lang.po"); -- cgit v1.2.3