Bump i18next to 24.x and auto-migrate message catalog format

This commit is contained in:
Nick O'Leary
2025-03-24 17:38:21 +00:00
parent 23c44db30d
commit a5383f4064
4 changed files with 23 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ RED.i18n = (function() {
apiRootUrl = options.apiRootUrl||"";
var preferredLanguage = localStorage.getItem("editor-language") || detectLanguage();
var opts = {
compatibilityJSON: 'v3',
backend: {
loadPath: apiRootUrl+'locales/__ns__?lng=__lng__',
},