diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-09-21 21:15:33 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-09-21 21:15:33 -0500 |
commit | 6fedf5a6e283a7a615920b48da40aa5d9ef1fd4e (patch) | |
tree | 4adffe4b81a8b1410f836cc8e46a8efb9464d58d /config | |
parent | 1575d744fb45605b918f75ebb9ea67e53cb774a2 (diff) |
Add option to filter boosts from home timeline at backend level
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en-MP.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 200e8e26d..65b62b9de 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -27,6 +27,7 @@ en-MP: setting_default_content_type_bbcode_html: "<strong>[b]Bold[/b]</strong>, <u>[u]Underline[/u]</u>, <em>[i]Italic[/i]</em>, <code>[code]Console[/code]</code>, ..." setting_default_language: The language of your roars can be detected automatically, but it's not always accurate setting_filter_from_unknown: Do not show boosts from unfollowed accounts on your home timeline. Takes effect for newly-pushed items. + setting_no_boosts_home: Filters boosts from the home timeline, reguardless of the app you use. These boosts will still be available in the Boosts list. setting_manual_publish: This allows you to draft, proofread, and edit your roars before publishing them. You can publish a roar from its <strong>action menu</strong> (the three dots). setting_rss_disabled: Improves privacy by turning off your account's public RSS feed. setting_show_application: The application you use to toot will be displayed in the detailed view of your roars @@ -56,6 +57,7 @@ en-MP: setting_favourite_modal: Show confirmation dialog before admiring (applies to Glitch flavour only) setting_filter_from_unknown: Filter boosts from unfollowed accounts setting_manual_publish: Manually publish roars + setting_no_boosts_home: Disable boosts in home timeline setting_publish_in: Auto-publish setting_show_application: Disclose application used to send roars setting_style_css_profile: Custom CSS for profile page |