Improve editor localization, localization reporting, i18n separation
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 56s

This commit is contained in:
MassiveBox 2025-08-06 17:29:42 +02:00
parent 3874378824
commit 163a1513e8
4 changed files with 23 additions and 19 deletions

View file

@ -24,6 +24,7 @@ export class Analytics {
'frontend': getFrontend(),
'backend': getBackend(),
'language': navigator.language,
'appLanguage': window.siyuan.config.lang,
} : {};
await fetch(Analytics.ENDPOINT, {