fix: resolve runtime bugs (i18n export, chat crypto, async getUser, event leak) and remove dead code
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user