From: Phil D. <p.d...@pa...> - 2004-08-23 07:30:27
|
Thanks Hani, at the mo I have a dummy gettext function that just returns the English string so it deals with a no gettext install by not being a multi-language system. This is a little blunt perhaps! I just updated to PHP 5 and understand that gettext doesn't actually work with the windows version at least. I will have to take out my dummy function to check!! Phil On Mon, 2004-08-23 at 01:31, Hani Naguib wrote: > Hi Phil, > One note, you don't really need gettext to be compiled with php (if it > is great then use it because of the speed improvements) but if not there > are simple php based gettext implementations. > I thought someone had already posted a function that checked for that > and acted accordingly. > Although gettext is pre-compiled at most ISPs it does not come with the > default php installers which is probably what people will be using when > they first download weberp for evaluation. > > Hani |