Typing indicator

This commit is contained in:
2024-08-23 22:43:04 +08:00
parent 48ca885a2c
commit a70e6c7118
7 changed files with 166 additions and 19 deletions

View File

@ -385,4 +385,5 @@ const i18nEnglish = {
'unknown': 'Unknown',
'collapse': 'Collapse',
'expand': 'Expand',
'typingMessage': '@user are typing...',
};

View File

@ -355,4 +355,5 @@ const i18nSimplifiedChinese = {
'unknown': '未知',
'collapse': '折叠',
'expand': '展开',
'typingMessage': '@user 正在输入中…',
};