diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-09 16:32:43 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-09 16:32:43 +0000 |
commit | 97fac659ce3160ecd93d52147c84671137152a9e (patch) | |
tree | e9652c86fed3f7142c7bd9935c892b28485e2c4a | |
parent | fa13f9ee548ca5645175cfb11d880fa86034f247 (diff) | |
download | draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.gz draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.bz2 draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.xz draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.zip |
add comment explaining why gettext domains are set as early as possible
-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'; } |