From a2f59fcbf7529a1f7dd5cda894381ef2000b9ef5 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 1 Dec 2022 16:02:39 -0600 Subject: [PATCH] Add Featured Post translations (#31) --- translations/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index b96ea2a..c42c46e 100644 --- a/translations/en.json +++ b/translations/en.json @@ -442,5 +442,10 @@ "rate_limit_search": "Search rate limit", "per_second": "Per second", "taglines": "Taglines", - "add_tagline": "Add Tagline" + "add_tagline": "Add Tagline", + "featured": "Featured", + "feature_in_local": "Feature in Local", + "unfeature_from_local": "Unfeature in Local", + "feature_in_community": "Feature in Community", + "unfeature_from_community": "Unfeature in Community" }