From eac780d831c8ff4311d4425e9f269aa014c2d039 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Mon, 13 May 2024 22:42:23 -0400 Subject: [PATCH] Add translations for language not allowed (#132) --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index c5730a2..877f84f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -634,5 +634,7 @@ "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.", - "moderation_history": "Moderation History" + "moderation_history": "Moderation History", + "language_not_allowed": "Language not allowed", + "edited_post": "Edited post" }