-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generator not pluralizing module names properly #205
Comments
Which sub generator is producing this? |
meanjs:crud-module On Mon, Mar 7, 2016 at 10:51 AM, Cody B. Daig notifications@github.com
|
This is a result of the underscore.inflections module in the crud module index.js
Inflections does have support for adding irregular words, however I have added it in several places including the global modules for the generator and it does not seem to take which may be my misunderstanding of how the generator works. |
I think I found the bug in the server route tests template...How do i go about creating a pull request for the fix (am a git/javascript newbie)? |
I figured how to create the PR...just one silly mistake...did not create a branch for the fix first.. |
@Ariestattoo Other than irregular words, it is only limited to English language. i think it's better to have an option to choose the plural and singular term for each module. |
grunt failed in tests/server/routes.test on module named "party" being pluralized as "partys" and "parties" at line 89.
The text was updated successfully, but these errors were encountered: