Added event count for calendars

This commit is contained in:
Alexis
2024-12-19 20:18:41 +01:00
parent bf8257e60f
commit bc6cbd839f
4 changed files with 9 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ export default defineI18nConfig(() => ({
notFoundDescription: "The link is not valid or the calendar has been deleted / archived.",
notFoundForWorld: "No calendar for this world… yet !",
isLoading: "Calendar is loading…",
hasXEvents: "This calendar has {count} public events",
date: {
start: "Start date",
end: "End date",
@@ -339,6 +340,7 @@ export default defineI18nConfig(() => ({
notFoundDescription: "Le lien n'est pas valide ou le calendrier a été supprimé / archivé.",
notFoundForWorld: "Aucun calendrier pour ce monde… pour l'instant !",
isLoading: "Chargement du calendrier…",
hasXEvents: "Ce calendrier contient {count} évènements publiques",
date: {
start: "Date de début",
end: "Date de fin",