Re: [PHP] GetText string not found

2006-06-14 Thread Ruben Rubio Rey
Is strange that there is not a really good solution for this problem, i think its not very strange. Maybe i ll request this feature, I think is interesting, useful and not so hard to add. Anyway, I cannot use ob_ functions, i ll have problems with some functions. So, the solution seems to

[PHP] GetText string not found

2006-06-13 Thread Ruben Rubio Rey
Hi, I am using gettext to get a web page in several languages. When gettext does not found an string, it shows the string. Is it possible to detect when a string is not found, in order to advis me ? Thanks in advance, Ruben Rubio Rey -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] GetText string not found

2006-06-13 Thread Jochem Maas
Ruben Rubio Rey wrote: Hi, I am using gettext to get a web page in several languages. When gettext does not found an string, it shows the string. Is it possible to detect when a string is not found, in order to advis me ? sure in a very simplistic manner; function __($s) { $r =

Re: [PHP] GetText string not found

2006-06-13 Thread Richard Lynch
On Tue, June 13, 2006 6:30 am, Ruben Rubio Rey wrote: I am using gettext to get a web page in several languages. When gettext does not found an string, it shows the string. Is it possible to detect when a string is not found, in order to advis me ? My experience, if you call it that, with