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