diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-10 23:04:14 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-10 23:04:14 -0600 |
commit | 0f1532aee098049b17ad6b7ecb1d083c856f1d64 (patch) | |
tree | 75629111cd2530dc2cfa66ea2c474e9ed14d1581 /config/locales | |
parent | ce72d574879b95bd3da5959062d04037945f292f (diff) |
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
Diffstat (limited to 'config/locales')
-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 7c82538d4..eadf0e516 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -48,6 +48,7 @@ en: phrase_html: "<strong>Examples</strong><br>Containing any terms: <code>this OR that</code><br>Containing all terms: <code>this that</code>, <code>this AND that</code><br>Containing an exact term: <code>"this thing"</code><br>Grouping: <code>this OR ("this thing" AND "that thing")</code>" 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 |