diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 1 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 1 |
2 files changed, 2 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"); diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index e695303012c..44738c815b1 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -12,6 +12,7 @@ $svnrev =~ m/: ([0-9]+) /; $::menurevision = $1; require("TeXLive/trans.pl"); +load_translations(); # |