1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Revert "Upgrade i18next backend to i18nextHttpBackend"

This reverts commit 0671cfed3f.
This commit is contained in:
Miguel Angel Mulero Martinez 2020-10-29 19:25:35 +01:00
parent 39808a5477
commit 5213ca0602
4 changed files with 21 additions and 14 deletions

View file

@ -21,7 +21,7 @@ i18n.init = function(cb) {
getStoredUserLocale(function(userLanguage) {
i18next
.use(i18nextHttpBackend)
.use(i18nextXHRBackend)
.init({
lng: userLanguage,
getAsync: false,