From f8d3e3524d5609ba638881de56dc1a1323c19771 Mon Sep 17 00:00:00 2001
From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
Date: Wed, 10 Apr 2024 19:28:16 -0400
Subject: [PATCH] Add blocked URL translations

---
 translations/en.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/translations/en.json b/translations/en.json
index c426caa..b68d41d 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -619,5 +619,7 @@
   "unhide_post": "Unhide Post",
   "show_hidden_posts": "Show hidden posts",
   "post_hidden": "Post hidden",
-  "post_unhidden": "Post unhidden"
+  "post_unhidden": "Post unhidden",
+  "block_urls": "Block URLs",
+  "block_urls_placeholder": "Put your blocked URLs here, one URL per line."
 }