diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 13:40:54 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:24 -0500 |
commit | 5e3ea221a80d7498d4939386f072d933e6b23dda (patch) | |
tree | e64017e83bbe4dc7689c3663bca19c58359890ed /config/locales | |
parent | cf3ec71aa564c7fe47ec79f8dd5f14e3bce0b85c (diff) |
add `supports_chat` property, rename `adults_only` to `adult_content`, federate the kobolds~
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 7 |
1 files changed, 4 insertions, 3 deletions
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 <strong>%{acct}</strong> 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 |