Fix #65 - Options to block notifications from people you don't follow/who don't follow you
This commit is contained in:
parent
e3ed212b85
commit
71401659b8
8 changed files with 20 additions and 7 deletions
|
@ -30,9 +30,6 @@ search:
|
|||
- app/assets/fonts
|
||||
- app/assets/videos
|
||||
|
||||
ignore_missing:
|
||||
- '{devise,simple_form}.*'
|
||||
|
||||
ignore_unused:
|
||||
- 'activerecord.attributes.*'
|
||||
- '{devise,will_paginate,doorkeeper}.*'
|
||||
|
|
|
@ -21,6 +21,9 @@ de:
|
|||
follow: E-mail senden, wenn mir jemand folgt
|
||||
mention: E-mail senden, wenn mich jemand erwähnt
|
||||
reblog: E-mail senden, wenn jemand meinen Beitrag teilt
|
||||
interactions:
|
||||
must_be_follower: Benachrichtigungen von nicht-Folgern blockieren
|
||||
must_be_following: Benachrichtigungen von Nutzern blockieren, denen ich nicht folge
|
||||
'no': Nein
|
||||
required:
|
||||
mark: "*"
|
||||
|
|
|
@ -21,6 +21,9 @@ en:
|
|||
follow: Send e-mail when someone follows you
|
||||
mention: Send e-mail when someone mentions you
|
||||
reblog: Send e-mail when someone reblogs your status
|
||||
interactions:
|
||||
must_be_follower: Block notifications from non-followers
|
||||
must_be_following: Block notifications from people you don't follow
|
||||
'no': 'No'
|
||||
required:
|
||||
mark: "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue