tj / lingo

Linguistics module for Node - inflection, transformation, i18n and more
MIT License
270 stars 32 forks source link

en.pluralize('photo'); #24

Open darvin opened 11 years ago

darvin commented 11 years ago
en.pluralize('photo');
// => "photoes"
525c1e21-bd67-4735-ac99-b4b0e5262290 commented 11 years ago

Same with "gizmo"...

en.pluralize('gizmo');
// => "gizmoes"
donaldpipowitch commented 11 years ago

Same with "todo"...

en.pluralize('todo');
// => "todoes"

See https://github.com/wprl/baucis/issues/70, too.

ghost commented 10 years ago

I have the same issue with sequelizejs for photos=>photoes

blackcoat commented 10 years ago

I just ran into the same issue while using Sequelize. It looks like someone fixed this issue 18 months ago in this commit. What is preventing this fix from being released?

ricardograca commented 10 years ago

@blackcoat Probably someone to maintain the library, given that TJ has left the Node.js side of the world: https://medium.com/code-adventures/farewell-node-js-4ba9e7f3e52b

yordis commented 9 years ago

@tj Do you want to delegate the responsibility of this repo to someone. Everyone will come here because and we need to keep it update it. Even when people create fork you know they want to actually see this one updating.