Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Plural messages broken in 1.0.0 #22

Closed arm1n closed 6 years ago

arm1n commented 6 years ago

The update broke pluralization placeholders evaluating to false - so also including f.e. 0.

The following:

{{n '{{count}} apple}}' '{{count}} apples' 0}}

would result in:

{{count}} apples.