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
|
||||
.use(i18nextHttpBackend)
|
||||
.init({
|
||||
lng: "cn",
|
||||
// lng: "en",
|
||||
// fallbackLng: "en",
|
||||
lng: "en",
|
||||
fallbackLng: "en",
|
||||
debug: true,
|
||||
backend: {
|
||||
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
|
||||
|
Loading…
x
Reference in New Issue
Block a user