From 44300539d53307556725e8f1bbd8a2990b7b7dd0 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 26 Apr 2023 16:41:20 -0500 Subject: [PATCH] yarn i18n --- app/soapbox/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 3f6c24526..8c378c652 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -1039,6 +1039,7 @@ "navbar.login.username.placeholder": "Email or username", "navigation.chats": "Chats", "navigation.compose": "Compose", + "navigation.compose_group": "Compose to Group", "navigation.dashboard": "Dashboard", "navigation.developers": "Developers", "navigation.direct_messages": "Messages", @@ -1052,6 +1053,8 @@ "navigation_bar.compose_direct": "Direct message", "navigation_bar.compose_edit": "Edit post", "navigation_bar.compose_event": "Manage event", + "navigation_bar.compose_group": "Compose to group", + "navigation_bar.compose_group_reply": "Reply to group post", "navigation_bar.compose_quote": "Quote post", "navigation_bar.compose_reply": "Reply to post", "navigation_bar.create_event": "Create new event",