summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-05-16 00:42:28 +0000
committerNorbert Preining <preining@logic.at>2016-05-16 00:42:28 +0000
commit67200727b7302529707cbeac0762cae28c931618 (patch)
tree267a50d2f6039cc9338dda7dc00397ff9a83227b /Master/tlpkg/installer/install-menu-perltk.pl
parentb4bd155553e61ae082569f8d671a9f740d044634 (diff)
load translations on demand
git-svn-id: svn://tug.org/texlive/trunk@41176 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 50efab9ba22..230a6db0451 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -50,6 +50,7 @@ my $return = $MENU_INSTALL;
our $LANG;
our %TRANS;
require("TeXLive/trans.pl");
+load_translations();
$::fileassocdesc[0] = __("None");
$::fileassocdesc[1] = __("Only new");