You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some digging and found an inconsistency in the way we use pluralize.
Sometimes we use Ember.String.pluralize (here and here) and in the serializer we import from ember-inflector (here).
It seems that they use different instances. Ember.String.pluralize doesn't use the new inflection rules.
@corrspt reported emberjs/ember-inflector#91
I did some digging and found an inconsistency in the way we use
pluralize
.Sometimes we use
Ember.String.pluralize
(here and here) and in the serializer we import fromember-inflector
(here).It seems that they use different instances.
Ember.String.pluralize
doesn't use the new inflection rules.related #3802, #3730
The text was updated successfully, but these errors were encountered: