Fixed plural typo

This commit is contained in:
Alexis
2025-04-16 10:55:41 +02:00
parent d681c45a1e
commit 2faefa32ef
2 changed files with 4 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ export default defineI18nConfig(() => ({
notFoundForWorld: "No calendar for this world… yet !",
backToList: "Go back to calendars",
isLoading: "Calendar is loading…",
hasXEvent: "{count} available event",
hasXEvents: "{count} available events",
seeCategories: "Modify categories",
seeOptions: "Calendar options",
@@ -488,6 +489,7 @@ export default defineI18nConfig(() => ({
notFoundForWorld: "Aucun calendrier pour ce monde… pour l'instant !",
backToList: "Retourner aux calendriers",
isLoading: "Chargement du calendrier…",
hasXEvent: "{count} évènement disponible",
hasXEvents: "{count} évènements disponibles",
seeCategories: "Gestion des catégories",
seeOptions: "Options du calendrier",