diff options
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--] | bin/draknfs | 3 | ||||
-rwxr-xr-x | bin/draksambashare | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/draknfs b/bin/draknfs index def68be..e71c102 100644..100755 --- a/bin/draknfs +++ b/bin/draknfs @@ -19,6 +19,9 @@ use strict; use lib qw(/usr/lib/libDrakX); + +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; use common; use network::network; diff --git a/bin/draksambashare b/bin/draksambashare index 418b552..f8ae191 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -23,6 +23,9 @@ my $version = "0.2"; use utf8; use strict; use lib qw(/usr/lib/libDrakX); + +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; use common; use network::network; |