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,10 +6,11 @@ await i18next
|
||||
.use(i18nextHttpBackend)
|
||||
.init({
|
||||
lng: "en",
|
||||
fallbackLng: "en",
|
||||
debug: true,
|
||||
backend: {
|
||||
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
export const t = i18next.t;
|
Loading…
x
Reference in New Issue
Block a user