Merge pull request #414 from SiriusXT/i18n_falls_back_en

i18n Fallback to English for null characters
This commit is contained in:
Elian Doran 2024-09-12 19:03:50 +03:00 committed by GitHub
commit e6fbf62cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,8 @@ export async function initLocale() {
fallbackLng: "en",
backend: {
loadPath: `${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
}
},
returnEmptyString: false
});
}