From f5157061df8f26992e7968e221235842ec98aa0e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Aug 2007 15:23:04 +0000 Subject: fix fetching translations from "libDrakX-standalone" domain (#32402) --- perl-install/NEWS | 1 + perl-install/standalone.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 09b43f802..a0fca824c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- fix fetching translations from "libDrakX-standalone" domain (#32402) - diskdrake: o do not show partition types which have no associated filesystem for LVM LV (#32326) 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) { -- cgit v1.2.1