From f4570faf1a42c98bec0423d3e7296ca3fcbe9217 Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:07:20 +0200 Subject: [PATCH] cleanup: Add Organizers translation (#3415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Organizers translation * 🧹 --- frontend/components/Layout/DefaultLayout.vue | 2 +- frontend/lang/messages/en-US.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/components/Layout/DefaultLayout.vue b/frontend/components/Layout/DefaultLayout.vue index df7628b664dc..81306bb26d17 100644 --- a/frontend/components/Layout/DefaultLayout.vue +++ b/frontend/components/Layout/DefaultLayout.vue @@ -188,7 +188,7 @@ }, { icon: $globals.icons.organizers, - title: "Organizers", + title: i18n.tc("general.organizers"), restricted: true, children: [ { diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 562e471ff23d..7aafde94b35c 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -207,7 +207,8 @@ "created-on-date": "Created on: {0}", "unsaved-changes": "You have unsaved changes. Do you want to save before leaving? Okay to save, Cancel to discard changes.", "clipboard-copy-failure": "Failed to copy to the clipboard.", - "confirm-delete-generic-items": "Are you sure you want to delete the following items?" + "confirm-delete-generic-items": "Are you sure you want to delete the following items?", + "organizers": "Organizers" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -371,7 +372,7 @@ "title": "Plan to Eat", "description-long": "Mealie can import recipies from Plan to Eat." }, - "myrecipebox" : { + "myrecipebox": { "title": "My Recipe Box", "description-long": "Mealie can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below." }