diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-23 09:22:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-23 09:22:59 +0000 |
commit | 024607558fe97b22b493b7916319e5f123cc4333 (patch) | |
tree | a84c0d24de4102609b6787b9074ae6b9cfcebfb4 /drakxconf | |
parent | ca1a7e75f42f342f52fac397217d5bbadccd04a1 (diff) | |
download | control-center-024607558fe97b22b493b7916319e5f123cc4333.tar control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.gz control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.bz2 control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.xz control-center-024607558fe97b22b493b7916319e5f123cc4333.zip |
do use translations when using the text mode version (#48988)
Diffstat (limited to 'drakxconf')
-rwxr-xr-x | drakxconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |