diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | drakxconf | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- drakxconf: + o do use translations when using the text mode version (#48988) + Version 12.5 - 19 March 2009, Thierry Vignaud - fix a rare crash when embedded program segfaulted (#48080) @@ -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; |