Catalysts / cat-angular

Basic support for Angular Apps
Apache License 2.0
7 stars 16 forks source link

Fix pluralisation exception for words ending with 'ay' e.g. 'gateway'… #58

Closed wbernhofer closed 8 years ago

wbernhofer commented 8 years ago

…. Fixes #57

hupfis commented 8 years ago

As an alternative, you could rely on a library covering most of the English language: https://github.com/blakeembrey/pluralize/blob/master/pluralize.js

szabyg commented 8 years ago

As an alternative, you could rely on a library covering most of the English language: https://github.com/blakeembrey/pluralize/blob/master/pluralize.js

I find that a good idea. However, cat-angular should use it as a dependency then instead of the affected implementation.

57

szabyg commented 8 years ago

Any news on this?