summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tlmgrgui.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgrgui.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index 0c1aca64c50..63ca1ec97f9 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -126,13 +126,7 @@ my $match_filenames = 1;
my $match_text = "";
my $selection_value = 0;
-
-# prepare for loading of lang.pl which expects $::lang and $::opt_lang
-$::opt_lang = $config{"gui-lang"} if (defined($config{"gui-lang"}));
-$::opt_lang = $opts{"gui-lang"} if (defined($opts{"gui-lang"}));
-require("TeXLive/trans.pl");
-load_translations();
-
+# locale support moved to tlmgr.pl
my @archsavail;
my @archsinstalled;