From 0f1532aee098049b17ad6b7ecb1d083c856f1d64 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 10 Jan 2020 23:04:14 -0600 Subject: add option for changing the monsterfork api exposure level, defaulting to `full` - if this gives your app indigestion change it to back to `basic` in preferences --- config/locales/simple_form.en.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/locales') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 7c82538d4..eadf0e516 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -48,6 +48,7 @@ en: phrase_html: "Examples
Containing any terms: this OR that
Containing all terms: this that, this AND that
Containing an exact term: "this thing"
Grouping: this OR ("this thing" AND "that thing")" media_only: Hides text-only posts filters_enabled: Enables custom timeline filters which can be configured in the Filters tab. + monsterfork_api: How much of Monsterfork features should be exposed to clients. Set to Basic or Vanilla if your Mastodon app is having problems with Monsterfork. featured_tag: name: 'You might want to use one of these:' imports: @@ -198,6 +199,11 @@ en: filter_undescribed: Hide roars without media descriptions media_only: Media gallery mode filters_enabled: Enable custom filters + monsterfork_api: Monsterfork API exposure + monsterfork_api: + vanilla: Vanilla + basic: Basic + full: Full boost_interval: 1: 1 minute 2: 2 minutes -- cgit