summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/trans.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 16:50:31 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 16:50:31 +0000
commiteb5bab88c89769a2e1c477ba8271007cc41b832f (patch)
tree8d54d5a8a56d01adaa0e942f8580d64ade949300 /Master/tlpkg/TeXLive/trans.pl
parentcbefb5fd0e868b4c47a9ca5d039fd51274fad30a (diff)
update pod descriptions, https
git-svn-id: svn://tug.org/texlive/trunk@59224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/trans.pl')
-rw-r--r--Master/tlpkg/TeXLive/trans.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/trans.pl b/Master/tlpkg/TeXLive/trans.pl
index 607690ea8f8..4a8054e87c6 100644
--- a/Master/tlpkg/TeXLive/trans.pl
+++ b/Master/tlpkg/TeXLive/trans.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# $Id$
-# Copyright 2009-2016 Norbert Preining
+# 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: #
-