jquery.i18n icon indicating copy to clipboard operation
jquery.i18n copied to clipboard

Support backslash based escaping for placeholders

Open santhoshtr opened this issue 9 years ago • 2 comments

The simpleParse method of parser, which get invoked if message contains only placeholders, was not supporting escaped placeholders($10)

The light weight versio of jquery.i18n when parser.js not included also has the same fix now.

Add support for that and add tests. Updated the documentation in README.md too

Fixes issue #74

santhoshtr avatar Jul 06 '15 08:07 santhoshtr

Can you rebase this to get rid of the conflict?

Nikerabbit avatar Jun 07 '16 10:06 Nikerabbit

Rebase needed.

winstonsung avatar Jun 16 '23 14:06 winstonsung