Add the LANG environment variable for the web version. #1266

This commit is contained in:
SPRINX0\prochazka
2025-11-24 14:26:25 +01:00
parent 19f2aa2997
commit 80ca2e5215
3 changed files with 7 additions and 6 deletions

View File

@@ -61,7 +61,7 @@
initializeAppUpdates();
installCloudListeners();
refreshPublicCloudFiles();
saveSelectedLanguageToCache();
saveSelectedLanguageToCache(config.preferrendLanguage);
const electron = getElectron();
if (electron) {