Quoting Joey Smith <[EMAIL PROTECTED]>:
> Did it occur to you that people who *DON'T* use gettext() frequently
> have to maintain the code of those who do, and that _() isn't going to
> make one lick of sense to them?
Given the suggestion to just have people who already use gettext to define
function _($string) { return gettext($string); }
.. this argument doesn't hold water, since it'll still be in the code, and
still be as obscure. Those people would have to _choose_ not to use _(), and
they can already make that choice now.
-chuck
--
Charles Hagenbuch, <[EMAIL PROTECTED]>
Some fallen angels have their good reasons.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]