I'm building an express app which have to manage translation for some fields of my models. (I'm using loopBackjs framework to be exact)
Example: a product needs to have its title and description directly editable in the backend form in multiple languages
Is there a module that does this kind of translation ? If not, what is the best way to do this in mongoDB
Thank you for your help