mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(nx/client): revert change to i18n debug
This commit is contained in:
parent
43a44bf44c
commit
9d284a5fe5
@ -12,7 +12,6 @@ export async function initLocale() {
|
|||||||
locales = await server.get<Locale[]>("options/locales");
|
locales = await server.get<Locale[]>("options/locales");
|
||||||
|
|
||||||
await i18next.use(i18nextHttpBackend).init({
|
await i18next.use(i18nextHttpBackend).init({
|
||||||
debug: true,
|
|
||||||
lng: locale,
|
lng: locale,
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
backend: {
|
backend: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user