Hmm, tt() doesn't seem very developer friendly.
If you're developing a module that is translatable, you can't
realistically require i18n, and checking for the module / function in
100 places would be unpleasant (assuming that it is normally used the
same way as t() in the code).
Other than making a wrapper function in the module that passes to tt()
if it exists, do you have any suggestions to make this cleaner?
- Ken Winters
On Sep 23, 2009, at 4:00 AM, Gábor Hojtsy wrote:
On Wed, Sep 23, 2009 at 3:23 AM, Jeremy Andrews
<[email protected]> wrote:
Hello,
I'm looking for advice on the proper way to resolve this issue:
http://drupal.org/node/571742
http://drupal.org/node/571742#comment-2073144
Gábor