diff --git a/lib/l10n/intl_zh_Hant.arb b/lib/l10n/intl_zh_Hant.arb index 28481383..f3303102 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1776,5 +1776,20 @@ "placeholders": { "username": {} } + }, + "userAndOthersAreTyping": "{username}和另外{count}個人正在輸入…", + "@userAndOthersAreTyping": { + "type": "text", + "placeholders": { + "username": {}, + "count": {} + } + }, + "numUsersTyping": "{count}個人正在輸入…", + "@numUsersTyping": { + "type": "text", + "placeholders": { + "count": {} + } } }