diff options
| author | tusooa <tusooa@kazv.moe> | 2023-07-13 00:37:57 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-07-17 11:27:32 -0400 |
| commit | d22079cf7392a1ef184d7c03ff7cb680e3e1c99c (patch) | |
| tree | 7e2ce9a116deef6734cbb474303cfb4110a879e3 /src/i18n | |
| parent | d72486f3e4f2af9db95535f3f93e6257c675e155 (diff) | |
Handle recursive quotes
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 4bfad3f9..2358a4ce 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1030,7 +1030,10 @@ "show_all_conversation": "Show full conversation ({numStatus} other status) | Show full conversation ({numStatus} other statuses)", "show_only_conversation_under_this": "Only show replies to this status", "status_history": "Status history", - "reaction_count_label": "{num} person reacted | {num} people reacted" + "reaction_count_label": "{num} person reacted | {num} people reacted", + "hide_quote": "Hide the quoted status", + "display_quote": "Display the quoted status", + "invisible_quote": "Quoted status unavailable: {link}" }, "user_card": { "approve": "Approve", |
