diff --git a/lib/l10n/intl_zh_Hant.arb b/lib/l10n/intl_zh_Hant.arb index e4e397c7..0e971275 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1791,5 +1791,20 @@ "placeholders": { "count": {} } + }, + "userIsTyping": "{username}正在打字啦 不要急…", + "@userIsTyping": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "userAndUserAreTyping": "{username}和{username2}正在輸入…", + "@userAndUserAreTyping": { + "type": "text", + "placeholders": { + "username": {}, + "username2": {} + } } }