summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-21 03:01:23 +0000
committerNorbert Preining <norbert@preining.info>2021-05-21 03:01:23 +0000
commit6a52d8839d334ac56f36195aa404fac667862830 (patch)
tree826593c6af503aaaf2691f8e96912485428ef595 /systems/texlive/tlnet/tlpkg/TeXLive
parent6d6c3b4ee419b9f485a213d2ece28b06e9ca2f7c (diff)
CTAN sync 202105210301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/trans.pl13
1 files changed, 7 insertions, 6 deletions
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");