alexsk / mongoose-intl

Mongoose schema plugin for multilingual fields
MIT License
74 stars 31 forks source link

Add fallback option #23

Closed yelworc closed 3 years ago

yelworc commented 5 years ago

Add a new plugin option fallback that allows optionally returning other translations for fields that are not available in the currently set language.

Fixes #22.

yelworc commented 5 years ago

As far as I can tell, this should not change the current default behavior in any way.

tabz24 commented 4 years ago

@alexsk Can we get this merged?

PixsaOJ commented 3 years ago

@alexsk I know I'm repeating @tabz24 but can we get this merged?

alexsk commented 3 years ago

Merged to master

PixsaOJ commented 3 years ago

@alexsk can we get this on NPM ?

alexsk commented 3 years ago

@PixsaOJ v3.2.0 with the PR was published to npm