feat(search): show suicide help dialog (#767)

* feat(search): show suicide help dialog

* change wording, add helpline url, change behavior

---------

Co-authored-by: sk <sk22@mailbox.org>
This commit is contained in:
FineFindus
2023-09-04 23:07:24 +02:00
committed by GitHub
parent 454ec6b4c0
commit ebbd56e3bc
3 changed files with 60 additions and 15 deletions

View File

@@ -374,6 +374,12 @@
<string name="sk_duration_days_3">3 days</string>
<string name="sk_duration_days_7">7 days</string>
<string name="sk_notification_mention">You were mentioned by %s</string>
<string name="sk_suicide_search_terms">Suicide</string>
<string name="sk_search_suicide_title">In case youre in distress…</string>
<string name="sk_search_suicide_message">If youre looking for a sign not to commit suicide, this is it. Please consider reaching out to a local suicide hotline if youre in distress.</string>
<string name="sk_search_suicide_hotlines">Find a helpline</string>
<string name="sk_do_not_show_again">Dont show again</string>
<string name="sk_suicide_helplines_url">https://findahelpline.com</string>
<plurals name="sk_posts_count_label">
<item quantity="one">post</item>
<item quantity="other">posts</item>