alexanderwallin / node-gettext

A JavaScript implementation of gettext, a localization framework.
Other
188 stars 37 forks source link

Plurals' rules #25

Closed ArmorDarks closed 9 years ago

ArmorDarks commented 9 years ago

Is there any way to get access into plurals' rules of specified locale?

It would be very useful in some cases.

Thanks in advance

ArmorDarks commented 9 years ago

Just realized that you can access it with gt.domains[*locale name*].headers[plural-forms]