
11 Jul
2011
11 Jul
'11
6:38 a.m.
Another l10n related question. Can language strings contain simple html formatting such as <p>, <b> and <br>? If not, I will need to split up one language string into 5 seperate ones. On Wed, Jul 6, 2011 at 1:34 PM, Tyron Madlener <tyronx@gmail.com> wrote:
In PHP we have sprintf / printf to properly format language strings, but do we got any equivalent for javascript? There's nothing documented about it on the wiki.