Closed alpha-and-omega closed 7 years ago
At least make it order-agnostic, this broke my production system.
Sorry for inconvenience that this change was made without increasing minor version part of Morphos.
You can downgrade to any version prior 3.2.2 (e.g. 3.2.1 or 3.2.0), in which this update was made, and pluralize
will work as expected.
You also changed output format, uhgggg! 3.0.9 actually.
I've updated pluralize()
and NounPluralization::pluralize()
in 3.2.7: now you can swap arguments and result will be the same: pluralize('дом', 2)
and pluralize(2, 'дом')
are identical
Change order of arguments of pluralize() Suck you!