diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
commit | 239e9239557d622b3638179a70cae9f8b4afb6f1 (patch) | |
tree | 375ee56afb9d5d361089b64d283d4f6fd0d60b97 /config | |
parent | bc080cc4bb2a3103f32d1da2631024bb75233700 (diff) |
Add lowercase mode
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-MP.yml | 1 | ||||
-rw-r--r-- | config/locales/simple_form.en-MP.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en-MP.yml b/config/locales/en-MP.yml index 13f106552..420ae59b0 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -81,6 +81,7 @@ en-MP: toot_layout: Roar layout custom_css: Custom CSS custom_css_error: "There are problems with the above CSS that must be fixed before it can be applied:" + advanced_web_interface: Web interface auth: description: prefix_invited_by_user: "@%{name} invites you to join Monsterpit!" diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 2596824d6..df9ff571a 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -33,6 +33,7 @@ en-MP: setting_max_history_private: How long followers may directly access roars from your public profile or ActivityPub outbox. Takes precedence if shorter than the public setting. 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 + setting_style_lowercase: Forces all but case-sensitive text (input fields, computer code, keycaps, etc.) to be rendered lowercase. setting_skin: Reskins the selected UI flavour setting_unpublish_on_delete: When enabled, deleting a published roar will unpublish it then make it local-only. Deleting an unpublished roar will permanently destroy it. setting_web_push: After changing this option, you will need to reload the Web interface tab or window if you have it open. @@ -70,6 +71,7 @@ en-MP: setting_style_dashed_nest: Use dashed nest level indicators setting_style_underline_a: Underline hyperlinks setting_style_wide_media: Wide media attachments + setting_style_lowercase: Lowercase mode setting_boost_every: Automatically queue and space out boosts setting_boost_jitter: Add a random delay up to setting_boost_random: Boost in random order |