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
453 stars 70 forks source link

try to load it-IT language #87

Closed mredodos closed 2 years ago

mredodos commented 2 years ago

hi, i have strange behavior back end search and load default language EN (is ok) and IT (is ok) but try to load it-IT language. why ? is normal?

image

best regards

adrai commented 2 years ago

Set the load option to languageOnly

https://www.i18next.com/overview/configuration-options

i18next.init({ load: 'languageOnly' })

mredodos commented 2 years ago

thx!

codertushar commented 1 year ago

For me, below worked: image as I have locales folders like:

image