Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 484 Bytes

plurify.js

What is it?

Plurify.js is .NET's String.Format-like formatting library for Java-script.

Usage

  • To format string call plurify(format_string, format_arguments).
  • To define new operation use plurify.operations["my_operation"] = function(argument) { ... }.

Please, see plurify.tests.html for some examples.