diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-22 16:46:41 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:22 -0500 |
commit | af7e3a88d4a6574564b75da1ddd56b45819fd0a7 (patch) | |
tree | 728436a5ec2df9f9ca7e41eb6d9c2fae3ab2cbbd /config/locales/simple_form.en.yml | |
parent | 15b35d99ce296b06b9b82c9f9e85f0e1f2a571ac (diff) |
Anxiety reduction: make block/mute reply filters more granular and add options to control what to filter.
Diffstat (limited to 'config/locales/simple_form.en.yml')
-rw-r--r-- | config/locales/simple_form.en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 60add735b..7fd8bf269 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -114,6 +114,12 @@ en: setting_larger_buttons: Increase size and spacing of action buttons setting_larger_drawer: Increase width of compose drawer column setting_remove_filtered: Don't show placeholder gap for filtered roars + setting_hide_replies_muted: Filter replies to those who you are muting + setting_hide_replies_blocked: Filter replies to those who you are blocking + setting_hide_replies_blocker: Filter replies to those who are blocking you + setting_hide_mntions_muted: Filter mentions of those who you are muting + setting_hide_mntions_blocked: Filter mentions of those who you are blocking + setting_hide_mntions_blocker: Filter mentions of those who are blocking you setting_gently_kobolds: Gently the kobolds setting_user_is_kobold: I am a kobold setting_aggregate_reblogs: Group repeats in timelines |