GENL / matice

Use your Laravel translations in JavaScript.
MIT License
100 stars 16 forks source link

pluralization with two parts: singular and plural #33

Closed patrickomeara closed 2 years ago

patrickomeara commented 2 years ago

fixes #32

This PR makes a translation with two parts be singular and plural like the Laravel convention https://laravel.com/docs/master/localization#pluralization

patrickomeara commented 2 years ago

@GENL Just a gentle nudge on this. Hoping you can ok the workflow, and get this change published. This PR makes matice handle pluralizations the same way laravel does.

GENL commented 2 years ago

Thanks a lot @patrickomeara for this super improvment.

patrickomeara commented 2 years ago

Thanks @GENL let me know if you ever need a hand maintaining this. It's a great package, very well thought-out and very well written.