i18next / i18next-http-backend

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
MIT License
447 stars 69 forks source link

i18next::backendConnector: loading namespace translation for language zh failed TypeError: Failed to parse URL from /locales/zh/translation.json #113

Closed zjy365 closed 1 year ago

zjy365 commented 1 year ago

🐛 Bug Report

A clear and concise description of what the bug is.

To Reproduce

A minimal reproducible example. 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

adrai commented 1 year ago

Please provide a reproducible example... I suspect something like: https://github.com/i18next/react-i18next/issues/1609#issuecomment-1423280650

zjy365 commented 1 year ago

Thank you very much, it was the comma error