On 10/12/06, Ryan Boren <[EMAIL PROTECTED]> wrote:
Mark Jaquith wrote: > Couldn't we use an HTML comment to differentiate the two? > > _e('Editor<!--Tab-->');Maybe use a custom tag that is stripped by __() and _e(). Translators can leave the tag in the translated text or omit it. _e('Editor<wp:i18n_context>Tab</wp:i18n_context>');
That seems harder to read, and I don't see a significant benefit. I suggest putting it the the polyglots. _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
