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

Upgrade i18next backend to i18nextHttpBackend

This commit is contained in:
Miguel Angel Mulero Martinez 2020-10-16 08:33:52 +02:00
parent 7fcc9efc72
commit 0671cfed3f
4 changed files with 14 additions and 21 deletions

View file

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