jshmrtn / vue3-gettext

Translate Vue 3 applications with gettext.
https://jshmrtn.github.io/vue3-gettext/
MIT License
66 stars 23 forks source link

Feature/plurals #34

Closed FlorianWerndl closed 1 year ago

FlorianWerndl commented 1 year ago

Add plurals for the following languages: Russian, Czech, Bosnian, Croatian and Serbian.

lzurbriggen commented 1 year ago

Hi @FlorianWerndl, thanks for your PR.

I noticed that all of these plurals definitions are the same. They case statements should already fall through to Ukrainian which uses the same plurals, so they weren't missing in that sense and it shouldn't be necessary to add them separately.

Did you have issues with any of the listed languages? Maybe something else is broken.

FlorianWerndl commented 1 year ago

Hi,

no issues.

They case statements should already fall through to Ukrainian which uses the same plurals, so they weren't missing in that sense and it shouldn't be necessary to add them separately.

I wasn't aware of that. 👍