From 024607558fe97b22b493b7916319e5f123cc4333 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Mar 2009 09:22:59 +0000 Subject: do use translations when using the text mode version (#48988) --- drakxconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drakxconf') diff --git a/drakxconf b/drakxconf index 8771cb27..c0f951f4 100755 --- a/drakxconf +++ b/drakxconf @@ -3,6 +3,9 @@ use lib qw(/usr/lib/libDrakX); use strict; +# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakconf' } + use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; use common; -- cgit v1.2.1