summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-08 15:23:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-08 15:23:04 +0000
commitf5157061df8f26992e7968e221235842ec98aa0e (patch)
tree134c988c4ba116d6c336f0c79c6815635168e7cf /perl-install/standalone.pm
parentc26183ed07376180d44e99d4d49c16aa27bead40 (diff)
downloaddrakx-f5157061df8f26992e7968e221235842ec98aa0e.tar
drakx-f5157061df8f26992e7968e221235842ec98aa0e.tar.gz
drakx-f5157061df8f26992e7968e221235842ec98aa0e.tar.bz2
drakx-f5157061df8f26992e7968e221235842ec98aa0e.tar.xz
drakx-f5157061df8f26992e7968e221235842ec98aa0e.zip
fix fetching translations from "libDrakX-standalone" domain (#32402)
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index a4bb48969..485d3cf29 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -5,6 +5,8 @@ use strict;
use common qw(N N_ if_ backtrace);
use Config;
+BEGIN { unshift @::textdomains, 'libDrakX-standalone' }
+
#- for sanity (if a use standalone is made during install, MANY problems will happen)
require 'log.pm'; #- "require log" causes some pb, perl thinking that "log" is the log() function
if ($::isInstall) {