mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
i18n: Fix warning about missing dev language
This commit is contained in:
parent
84c535ae0d
commit
557f6096b4
@ -6,6 +6,7 @@ await i18next
|
|||||||
.use(i18nextHttpBackend)
|
.use(i18nextHttpBackend)
|
||||||
.init({
|
.init({
|
||||||
lng: "en",
|
lng: "en",
|
||||||
|
fallbackLng: "en",
|
||||||
debug: true,
|
debug: true,
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
|
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user