diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-24 21:51:54 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-24 21:51:54 +0000 |
| commit | 55650ff7ea9867cdb8adf7077b36bbb8c7bfcb75 (patch) | |
| tree | 54f5294c1bc470aca73c46ad985bbacc8352ff51 /src/i18n/messages.js | |
| parent | 14db3f279daed82011bdcc2bbad21450c08a4487 (diff) | |
| parent | da9629486679345689ab75a0c663c16887e524f6 (diff) | |
Merge branch 'reply-visibility' into 'develop'
Add settings for changing the visibility of replies in the timeline.
See merge request pleroma/pleroma-fe!314
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 04460ecc..a86ac3ea 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -325,6 +325,9 @@ const en = { loop_video: 'Loop videos', loop_video_silent_only: 'Loop only videos without sound (i.e. Mastodon\'s "gifs")', reply_link_preview: 'Enable reply-link preview on mouse hover', + reply_visibility_all: 'Show all replies', + reply_visibility_following: 'Only show replies directed at me or users I\'m following', + reply_visibility_self: 'Only show replies directed at me', follow_import: 'Follow import', import_followers_from_a_csv_file: 'Import follows from a csv file', follows_imported: 'Follows imported! Processing them will take a while.', |
