From 0747b670495fd94ec357587174dd2181e0e5dffd Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:37:07 -0400 Subject: [PATCH] Add adult consent english translations --- translations/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 19131b5..66ccbbc 100644 --- a/translations/en.json +++ b/translations/en.json @@ -624,5 +624,10 @@ "post_hidden": "Post hidden", "post_unhidden": "Post unhidden", "block_urls": "Block URLs", - "block_urls_placeholder": "Put your blocked URLs here, one URL per line." + "block_urls_placeholder": "Put your blocked URLs here, one URL per line.", + "content_warning": "Content Warning", + "sending_back_message": "Alright 👍. Sending you back in {{seconds}}.", + "continue": "Continue", + "go_back": "Go Back", + "content_warning_setting_blurb": "Setting a content warning will display a prompt with the content warning asking the user for their consent to continue." }