texlive[59285] Master/tlpkg/TeXLive/trans.pl: no translations ->

commits+karl at tug.org commits+karl at tug.org
Thu May 20 23:12:36 CEST 2021


Revision: 59285
          http://tug.org/svn/texlive?view=revision&revision=59285
Author:   karl
Date:     2021-05-20 23:12:36 +0200 (Thu, 20 May 2021)
Log Message:
-----------
no translations -> debug msg

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/trans.pl

Modified: trunk/Master/tlpkg/TeXLive/trans.pl
===================================================================
--- trunk/Master/tlpkg/TeXLive/trans.pl	2021-05-20 21:12:32 UTC (rev 59284)
+++ trunk/Master/tlpkg/TeXLive/trans.pl	2021-05-20 21:12:36 UTC (rev 59285)
@@ -37,7 +37,7 @@
       $::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 @@
       }
     }
     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");



More information about the tex-live-commits mailing list.