message-format.md

November 23, 2014 · View on GitHub

Message Format

You have {count, plural,
  one {1 item}
  other {# items}}

⟹ You have 5 items

Globalize
jquery/globalize
iLibMessageformat.js
slexaxton/messageformat.js
Variable substitution:heavy_check_mark:
Powered by slexaxton/messageformat.js
:heavy_check_mark:
but with different syntax
Select:heavy_check_mark:
Powered by slexaxton/messageformat.js
Plural:heavy_check_mark:
Powered by santhoshtr/cldrpluralruleparser
:heavy_check_mark:

Variable substitution

Simple variable replacement.

Select

It supports the creation of internationalized messages by selecting phrases based on keywords. It's often used to select gender.

Plural

It supports the creation of internationalized messages with plural inflection by returning the appropriate message based on value's plural group: zero, one, two, few, many, or other.