From fcbf557bd2c4db3734e328ffe434895457836478 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Tue, 30 Apr 2019 21:51:24 +0200 Subject: Add site-wide options to show reblogs and replies in local/public timelines Fixes #1021 --- config/locales/en.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/locales') diff --git a/config/locales/en.yml b/config/locales/en.yml index 5ec70a675..20a75e60c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -438,6 +438,12 @@ en: show_known_fediverse_at_about_page: desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots. title: Show known fediverse on timeline preview + show_reblogs_in_public_timelines: + desc_html: Show public boosts of public toots in local and public timelines. + title: Show boosts in public timelines + show_replies_in_public_timelines: + desc_html: In addition to public self-replies (threads), show public replies in local and public timelines. + title: Show replies in public timelines show_staff_badge: desc_html: Show a staff badge on a user page title: Show staff badge -- cgit