bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext + PHP


From: Jonas Koch Bentzen
Subject: gettext + PHP
Date: Sat, 22 Jun 2002 11:34:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Hi,

Just ignore the message I sent you some hours ago. It seems that xgettext in most cases is indeed able to extract the correct strings from PHP files. However, there's still one problem left: xgettext doesn't extract strings like the following:

_("This is a string.");

"_()" is an alias to the gettext() function in PHP (http://php.net/manual/en/function.gettext.php). It would be nice if xgettext was able to extract those strings as well.

Thanks,
Jonas Koch Bentzen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]