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

Merge pull request #2230 from McGiverGim/update_i18next_backend

Upgrade i18next backend to i18nextHttpBackend
This commit is contained in:
Michael Keller 2020-10-18 20:02:51 +13:00 committed by GitHub
commit 8928517c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 20 deletions

View file

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