From 54c976b73640bfaeec4160981a401abd26c592e5 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Mon, 26 Feb 2024 17:43:28 -0500 Subject: [PATCH] Add community visibilty translations --- translations/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index c8d7582..7e84395 100644 --- a/translations/en.json +++ b/translations/en.json @@ -603,5 +603,8 @@ "confirmation_required": "Confirmation Required", "submit": "Submit", "community_locked_message": "<1>Community locked: only moderators can create posts. You can still comment on posts.", - "community_locked": "Community locked" + "community_locked": "Community locked", + "community_visibility": "Visibility", + "local_only": "Local Only", + "public": "Public" }