i18n Fallback to English for null characters

pull/414/head
SiriusXT 2024-09-11 15:17:21 +07:00
parent 7a11f9aaff
commit 447cf60afb
1 changed files with 2 additions and 1 deletions

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