diff options
| author | tusooa <tusooa@kazv.moe> | 2023-08-13 23:57:34 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-08-18 22:25:11 -0400 |
| commit | 0d6a9e8a647be860b10506aecaafb4ff0f10150f (patch) | |
| tree | a0cb51b11e4f8a878df59cbde7b151c4c32ac24b /src/i18n | |
| parent | a1641193b5b7c72e919b9848b167bc4d4a40444b (diff) | |
Display extra notifications on notifications column
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index a7ab451f..d58fd2fa 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -205,7 +205,9 @@ "migrated_to": "migrated to", "reacted_with": "reacted with {0}", "submitted_report": "submitted a report", - "poll_ended": "poll has ended" + "poll_ended": "poll has ended", + "unread_announcements": "{num} unread announcement | {num} unread announcements", + "unread_chats": "{num} unread chat | {num} unread chats" }, "polls": { "add_poll": "Add poll", |
