Dear Team,
Need help for below points. I am not getting references for below things:
- How do we initialize the mongoDB with language data
- How to upsert existing key value pair
- How i18n in react initializes with the mongoDB data as resource
I followed the readMe and initialized the i18next using nodeJS as below, which created a new table in mongoDB:
i18next.use(Backend).init({
// Backend Options
backend: {
host: 'localhost',
port: 27017,
dbName: 'dy-mde', // Required field
},
})_

Regards,
Prem
Dear Team,
Need help for below points. I am not getting references for below things:
I followed the readMe and initialized the i18next using nodeJS as below, which created a new table in mongoDB:
i18next.use(Backend).init({
// Backend Options
backend: {
host: 'localhost',
port: 27017,
dbName: 'dy-mde', // Required field
},
})_
Regards,
Prem