From 5e3ea221a80d7498d4939386f072d933e6b23dda Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Jul 2019 13:40:54 -0500 Subject: add `supports_chat` property, rename `adults_only` to `adult_content`, federate the kobolds~ --- config/locales/simple_form.en.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/locales') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 289523f3d..d0ca2160d 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -10,8 +10,6 @@ en: type_html: Choose what to do with %{acct} warning_preset_id: Optional. You can still add custom text to end of the preset defaults: - hidden: Toggles whether your public profile is publicaly accessible - adults_only: This account may contain mature or sensitive content unlisted: Excludes you from public repeated/admired by lists of *local* monsters autofollow: People who sign up through the invite will automatically join your pack avatar: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px @@ -76,7 +74,10 @@ en: warning_preset_id: Use a warning preset defaults: hidden: Disable your public profile - adults_only: Adult content + adult_content: Contains adult content + supports_chat: Allow chat messages + gently: Gently the kobolds + kobold: I am a kobold unlisted: Exclude from public interaction lists replies: Show your public replies autofollow: Invite to join your pack -- cgit