summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2021-02-27 14:17:34 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2021-02-27 14:17:34 +0000
commita9ab728d2a8b514da67b964a845f2e5bb7308f60 (patch)
treeb3bb1c4353420103f6e4fd253d67bd64aa07fc96 /Master/texmf-dist/scripts/texlive/tlmgrgui.pl
parent031c04eef86cf6a023875460fb579c853f7cb81b (diff)
Translations loaded in tlmgr and install-tl
git-svn-id: svn://tug.org/texlive/trunk@57970 c570f23f-e606-0410-a88d-b1316a301751
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;