mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
revert change of i18n.js
This commit is contained in:
parent
14bdd3819f
commit
8dbafa3cd9
@ -5,9 +5,8 @@ await library_loader.requireLibrary(library_loader.I18NEXT);
|
|||||||
await i18next
|
await i18next
|
||||||
.use(i18nextHttpBackend)
|
.use(i18nextHttpBackend)
|
||||||
.init({
|
.init({
|
||||||
lng: "cn",
|
lng: "en",
|
||||||
// lng: "en",
|
fallbackLng: "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