Closed phatify closed 1 year ago
fallback is handled by i18next https://www.i18next.com/principles/fallback#language-fallback not the backend
fallback is handled by i18next https://www.i18next.com/principles/fallback#language-fallback not the backend
@jamuhl is there any solution on the backend?
did you read the link provided...there is no need to handle this in the backend as i18next core takes care of this for all backend implementations
Oh, forgive for my mistake! i18next-http-backend is just a plugin for i18next. Thanks a lot @jamuhl
@jamuhl Hi bro, can I usei18next-http-backend
together with next-i18next. Does it compatible?
🚀 Feature Proposal
Please add feature fallback locale when fetching API endpoint failed or error. For example I have a config like this:
When fetching data failed I want to set a fallback locale default from
/public/en/common
.