Closed jpghafary closed 3 years ago
I am closing the issue because I found a way to resolve it.
I simply the below and solved my problem:
pluralize.addUncountableRule(/_information$/i); pluralize.addUncountableRule(/-information$/i); pluralize.addUncountableRule(/information$/i);
Thanks
When the word "information" is appended to another word "customer_information" for instance, the result of pluralize.plural is customer_informations eventhough information is an uncoutable word. It would be best to keep it as is.
Please note that it is working for other uncountable nouns such as "data".