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
Having a way to pluralize words would be nice. Currently using Stringy with Laravel, and it already has a str_plural(), but I'm using Stringy for the OO chaining approach.
The text was updated successfully, but these errors were encountered:
I'd rather keep inflector classes out of stringy, since it'd be quite a lot of work to create one that's multilingual, and many are english-only. For example, both Laravel and its underlying Inflector are english-only:
Having a way to pluralize words would be nice. Currently using Stringy with Laravel, and it already has a str_plural(), but I'm using Stringy for the OO chaining approach.
The text was updated successfully, but these errors were encountered: