From 97fac659ce3160ecd93d52147c84671137152a9e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 9 Oct 2009 16:32:43 +0000 Subject: add comment explaining why gettext domains are set as early as possible --- draklive-install | 2 ++ 1 file changed, 2 insertions(+) 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'; } -- cgit v1.2.1