From e7cef314a1f15a09f28df29b319f1d2486841008 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 24 Aug 2025 11:26:11 +0200 Subject: [PATCH] Fixed untranslated string --- app/components/calendar/state/monthly/DayTile.vue | 7 ++++++- i18n/i18n.config.ts | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/components/calendar/state/monthly/DayTile.vue b/app/components/calendar/state/monthly/DayTile.vue index 122ebbb..fee3847 100644 --- a/app/components/calendar/state/monthly/DayTile.vue +++ b/app/components/calendar/state/monthly/DayTile.vue @@ -188,7 +188,12 @@ async function handleTileDrop() { ({ hiddenLabel: "Hide this event", hiddenTooltip: "This event is visible only to game masters.", addLocation: "Add a place", + oneOtherEvent: "1 other", + multipleOtherEvents: "{count} others", prevPage: "Previous page with events", nextPage: "Next page with events", outOfBoundsTitle: "No next or previous events were found", @@ -580,6 +582,8 @@ export default defineI18nConfig(() => ({ hiddenLabel: "Rendre l'évènement privé", hiddenTooltip: "Cet évènement est uniquement visible pour les maîtres du jeu.", addLocation: "Ajouter un endroit", + oneOtherEvent: "1 autre", + multipleOtherEvents: "{count} autres", prevPage: "Précédente page à évènements", nextPage: "Prochaine page à évènements", outOfBoundsTitle: "Aucun évènement suivant ou précédent trouvé",