diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-08 23:29:17 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:31 -0500 |
| commit | ba858a894c4a1ff1a25c1d72759afccb5ed34f0f (patch) | |
| tree | 5cc487ffd112d0bc81d3aa774cb0b806bde32042 | |
| parent | 654996fdbe007850a1d3e92d31e5c68b8fdd6a82 (diff) | |
Add English translations for other replies count
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 7b37357a..b185dcab 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -729,6 +729,7 @@ "reply_to": "Reply to", "mentions": "Mentions", "replies_list": "Replies:", + "replies_list_with_others": "Replies (+{numReplies} other): | Replies (+{numReplies} others):", "mute_conversation": "Mute conversation", "unmute_conversation": "Unmute conversation", "status_unavailable": "Status unavailable", |
