i18next / i18next-chained-backend

An i18next backend to chain multiple backends (add fallbacks, caches, ...)
MIT License
69 stars 10 forks source link

how to call save method again in my custom plugin if it has saved data already first time?? #24

Closed sanjaysinghal7 closed 3 years ago

sanjaysinghal7 commented 3 years ago

🐛 Bug Report

A clear and concise description of what the bug is.

To Reproduce

A codesandbox example or similar or at least steps to reproduce the behavior:

// Paste your code here

Expected behavior

A clear and concise description of what you expected to happen.

// Paste the expected results here

Your Environment

jamuhl commented 3 years ago

Looks not like a bug - looks like a question or custom issue / lack of understanding

jamuhl commented 3 years ago

call backend.save with correct params as i18next would do on first time

sanjaysinghal7 commented 3 years ago

Thanks jamuhl