Am 2009-04-01 23:00:02, schrieb aurelien WERNER:
> Package: php-gettext
> Version: 1.0.7-6
> Severity: normal
>
> Hello,
>
> I have installed php-gettext and apache2 with php5.
> Gettext don't work. If there is a file with "echo _('string');", apache
> return 'string'.
> The msgid is writed in html code.
Are you sure you have all written and initialized right?
RTFM?
I have tried it with:
print _("There are no bugs.\n");
or
print T_("There is no bug.\n");
or
print T_gettext("There are no bugs.\n");
or
print sprintf( T_ngettext("There is %d bug\n",
"There are %d bugs\n", %s), %s);
and they are working all on my website...
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
+49/177/9351947 50, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
signature.pgp
Description: Digital signature

