globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 603 forks source link

Support MessageFormat #233

Closed ragulka closed 10 years ago

ragulka commented 10 years ago

What are the plans for this module? Is it supposed to be a simple key-value thing, or will it support proper plurals, or perhaps even gender etc?

Is it perhaps worth looking into Jed (gettext JS implementation) or l20n?

rxaviers commented 10 years ago

For now it's a simple key-value thing. But, idea is to follow ICU Message Format. Thanks for the links.

rxaviers commented 10 years ago

I've updated the title to "Support MessageFormat"

rxaviers commented 10 years ago

Closed in favor of #265 due to more discussion activity.