Skip to content

Commit

Permalink
GitBook: [i18next#202] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl authored and gitbook-bot committed Mar 17, 2022
1 parent da527a8 commit d422a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to/add-or-load-translations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add or Load Translations

There are a few options to load translations to your application instrumented by i18next. The most common approach to this adding a so called [**backend plugin**](https://www.i18next.com/overview/plugins-and-utils#backends) to i18next. The range of backends is large from loading translations in the browser using xhr request to loading translations from databases or filesystem in nodejs.
There are a few options to load translations to your application instrumented by i18next. The most common approach to this adding a so called [**backend plugin**](https://www.i18next.com/overview/plugins-and-utils#backends) to i18next. The range of backends is large from loading translations in the browser using [xhr/fetch](https://github.com/i18next/i18next-http-backend) request to loading translations from databases or [filesystem](https://github.com/i18next/i18next-fs-backend) in Node.js.

## Add on init

Expand Down

0 comments on commit d422a0f

Please sign in to comment.