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
443 stars 67 forks source link

Export the backend options type #105

Closed 2Pacalypse- closed 1 year ago

2Pacalypse- commented 1 year ago

Also, stop overriding the CustomPluginOptions in the i18next module since that conflicts with other backends.

Checklist

Checklist (for documentation change)

2Pacalypse- commented 1 year ago

Ref: https://github.com/i18next/i18next-http-backend/issues/103

adrai commented 1 year ago

Can you maybe also add a piece in the readme for the new TS usage also here?