diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/trans.pl (renamed from Master/tlpkg/translations/trans.pl) | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-basic.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/translations/trans.pl b/Master/tlpkg/TeXLive/trans.pl index 6f4055eb9d0..dbfcef3b43a 100644 --- a/Master/tlpkg/translations/trans.pl +++ b/Master/tlpkg/TeXLive/trans.pl @@ -103,6 +103,7 @@ sub __ ($@) { if (($::lang ne "en") && ($::lang ne "C")) { if (! -r "$::installerdir/tlpkg/translations/$::lang.po") { tlwarn ("\n Sorry, no translations available for $::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"); } else { diff --git a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc index fc033b45c24..bc916eea138 100644 --- a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc @@ -36,6 +36,7 @@ depend tcdialog depend tetex depend tex depend texconfig +depend texlive-msg-translations depend texlive-scripts depend texlive.infra depend xdvi diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index d8b5e1e7f1f..cb85b202be4 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -14,7 +14,6 @@ runpattern d texmf/scripts/texlive/tlmgrgui runpattern d tlpkg/TeXLive # we move the translations out of the main package to make updates easier # runpattern d tlpkg/translations -depend texlive-msg-translations runpattern f LICENSE* runpattern f README runpattern f README* |