mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 06:11:57 +00:00
Added correct url path of the loopback server.
This commit is contained in:
@@ -31,7 +31,7 @@ i18next
|
|||||||
// }
|
// }
|
||||||
allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading
|
allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading
|
||||||
|
|
||||||
reloadInterval: false // can be used to reload resources in a specific interval (useful in server environments)
|
reloadInterval: false, // can be used to reload resources in a specific interval (useful in server environments)
|
||||||
},
|
},
|
||||||
debug: true,
|
debug: true,
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
@@ -40,7 +40,7 @@ i18next
|
|||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false,
|
escapeValue: false,
|
||||||
},
|
},
|
||||||
load: 'languageOnly'
|
load: 'languageOnly',
|
||||||
});
|
});
|
||||||
|
|
||||||
export default i18next;
|
export default i18next;
|
||||||
|
|||||||
Reference in New Issue
Block a user