mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Merge pull request #414 from SiriusXT/i18n_falls_back_en
i18n Fallback to English for null characters
This commit is contained in:
commit
e6fbf62cf9
@ -13,7 +13,8 @@ export async function initLocale() {
|
||||
fallbackLng: "en",
|
||||
backend: {
|
||||
loadPath: `${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
|
||||
}
|
||||
},
|
||||
returnEmptyString: false
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user