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

Documentation for Browser JS missing #83

Closed DaHoC closed 2 years ago

DaHoC commented 2 years ago

Documentation issue

I want to use i18next-http-backend in Browser (plain vanilla) JavaScript (without node ecosystem, client-side only). Documentation about this scenario is missing, although it is implied from the project description

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.

that this is possible. Furthermore, it would be nice to have minimal example code alongside the documentation for Browser JS.

adrai commented 2 years ago

image

example: https://github.com/i18next/i18next-http-backend/blob/master/example/jquery/index.html

DaHoC commented 2 years ago

That was quick, thank you! :+1: