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:
parent
39808a5477
commit
5213ca0602
4 changed files with 21 additions and 14 deletions
|
@ -21,7 +21,7 @@ i18n.init = function(cb) {
|
|||
getStoredUserLocale(function(userLanguage) {
|
||||
|
||||
i18next
|
||||
.use(i18nextHttpBackend)
|
||||
.use(i18nextXHRBackend)
|
||||
.init({
|
||||
lng: userLanguage,
|
||||
getAsync: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue