translated "all announcements"

This commit is contained in:
Michael Genson
2026-04-10 15:56:39 +00:00
parent 768d2655e0
commit 5574418526
2 changed files with 2 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
class="mt-2 ms-2"
@click="navOpen = !navOpen"
>
All announcements
{{ $t("announcements.all-announcements") }}
</v-btn>
<v-card-title>
<v-chip v-if="currentAnnouncement.date" label large class="me-1">

View File

@@ -1476,6 +1476,7 @@
},
"announcements": {
"announcements": "Announcements",
"all-announcements": "All announcements",
"mark-all-as-read": "Mark All as Read",
"show-announcements-from-mealie": "Show announcements from Mealie",
"show-announcements-setting-description": "Whether or not you want to allow users to see announcements from Mealie. When enabled users can still opt-out from seeing them in their user settings"