From f742fbda3766828b9815bf96f6ac7e3fdba0a007 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Mon, 19 Jun 2023 11:24:14 -0400 Subject: [PATCH] feat: Add featured pin labels to English (#64) --- translations/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/en.json b/translations/en.json index 71ec09e..45a0c1e 100644 --- a/translations/en.json +++ b/translations/en.json @@ -462,6 +462,8 @@ "taglines": "Taglines", "add_tagline": "Add Tagline", "featured": "Featured", + "featured_in_local": "Featured in Local", + "featured_in_community": "Featured in Community", "feature_in_local": "Feature in Local", "unfeature_from_local": "Unfeature in Local", "feature_in_community": "Feature in Community",