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
454 stars 71 forks source link

Backend pulls "en" in addition to other languages #39

Closed DanielLuu closed 3 years ago

DanielLuu commented 3 years ago

🐛 Bug Report

Backend pulls "en" in addition to other languages even when another fallbackLng is specified.

loadPath: '/api/translations?lang={{lng}}',

adrai commented 3 years ago

How does your i18next config look like? https://www.i18next.com/overview/configuration-options image Can you create a reproducible example?

DanielLuu commented 3 years ago

@adrai thank you so much!