Another question: What about date formats? Just make it a regular l10n string?
On Mon, Jul 11, 2011 at 1:38 PM, Tyron Madlener tyronx@gmail.com wrote:
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.