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

View File

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