Checklist
Describe the Bug
ParaglideJS as described per the documentation, uses Intl.PluralRules for determining the plural form. That api can return zero, one, two, few, many, or other.
When I attempted to use specifically few directive, I have stumbled upon a weird bug where other comparison have stopped working, however few does work.
What's the expected result?
other comparison and others should work when using few comparison in plural variants.
Link to Minimal Reproducible Example
https://github.com/crqch/paraglidejs-plural-issue
Additional Information
No response