fix: resolve runtime bugs (i18n export, chat crypto, async getUser, event leak) and remove dead code

This commit is contained in:
2026-02-06 13:44:19 +01:00
parent 5c66ca28b9
commit 1aa723728e
11 changed files with 65 additions and 334 deletions

View File

@@ -206,3 +206,4 @@ class I18n {
export const i18n = new I18n()
export const t = (key, params) => i18n.t(key, params)
export const getCurrentLanguage = () => i18n.getLocale()