summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/trans.pl')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/trans.pl11
1 files changed, 5 insertions, 6 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl b/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl
index 01fd82169f..cad5bea27f 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/trans.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-# $Id: trans.pl 58557 2021-03-20 22:01:24Z siepo $
-# Copyright 2009-2016 Norbert Preining
+# $Id: trans.pl 59224 2021-05-16 16:50:31Z karl $
+# Copyright 2009-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -9,9 +9,9 @@
# if $::lang is unset try to auto-deduce it from LC_MESSAGES/Registry
# if $::opt_lang is set use that instead
#
-# this module implements parsing .po files, but no specialities of .po
+# this module implements parsing of .po files, but no specialities of .po
# files are supported. Only reading of msgstr and msgid and concatenating
-# multiple lines. Furthermore, strings replacements are done:
+# multiple lines. Furthermore, string replacements are done:
# \n -> <newline>
# \" -> "
# \\ -> \
@@ -130,7 +130,7 @@ sub load_translations() {
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
- http://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n");
+ 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");
@@ -216,4 +216,3 @@ __END__
### indent-tabs-mode: nil
### End:
# vim:set tabstop=2 expandtab: #
-