diff options
-rwxr-xr-x | draklive-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install index e154792..bc6c998 100755 --- a/draklive-install +++ b/draklive-install @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Must be done as early as possible to avoid issues when displaying translated +# strings BEGIN { push @::textdomains, 'draklive-install'; } |