TAPevents / tap-i18n

A comprehensive internationalization solution for Meteor.
MIT License
329 stars 86 forks source link

Plurals not working for other language #202

Closed spiotr12 closed 11 months ago

spiotr12 commented 7 years ago

Hello

I've try to use plural option in my translations. While it is working just fine with English, it does not work with Polish.

Is there any settings which allow to set that for given language allow plurals?

Thanks a lot!

spiotr12 commented 7 years ago

Code example:

English:

"selected_dice_count": "Selected __count__ die",
"selected_dice_count_plural": "Selected __count__ dice"

Polish:

"selected_dice_count": "Wybrano __count__ kość",
"selected_dice_count_plural": "Wybrano __count__ kości"
Roshdy commented 6 years ago

+1