diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-05 16:36:27 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:31 -0500 |
| commit | 9b27ac9aaf58236d39845823f63f45b8b48f821d (patch) | |
| tree | 8de886d2d7ef79476d9e558318ebec4ffd136c70 | |
| parent | 863255d52fdcbbabe45c86c7e36ebafc0f7e1c53 (diff) | |
Add English translation for position of other replies button pref
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ef96e0c5..7b37357a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -469,6 +469,9 @@ "conversation_display_tree": "Tree-style", "conversation_display_simple_tree": "Simplified tree-style", "conversation_display_linear": "Linear-style", + "conversation_other_replies_button": "Show the \"other replies\" button", + "conversation_other_replies_button_below": "Below statuses", + "conversation_other_replies_button_inside": "Inside statuses", "max_depth_in_thread": "Maximum number of levels in thread to display by default", "post_status_content_type": "Post status content type", "sensitive_by_default": "Mark posts as sensitive by default", |
