From 139c9bb79db27731eae2a0c96a76926ce25925d1 Mon Sep 17 00:00:00 2001 From: Oluwatobiloba Promise Temitope Date: Sun, 13 Sep 2026 00:12:27 +0300 Subject: [PATCH] fix schedule --- src/data/timetable.ts | 48 +++++++++++++++++++++---------------------- translations/en.json | 2 +- translations/et.json | 2 +- 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/src/data/timetable.ts b/src/data/timetable.ts index d83e390..f86fd57 100644 --- a/src/data/timetable.ts +++ b/src/data/timetable.ts @@ -383,57 +383,55 @@ export const scheduleData: Record = { ], sep13: [ { - titleKey: "schedule.events.noEventsScheduled", + titleKey: "schedule.events.doorsOpenSimple", + locationKey: [ + "schedule.locations.auditorium", + "schedule.locations.studentHouse", + "schedule.locations.lobbyAndLanArea" + ], + time: "09:00", + }, + { + titleKey: "schedule.events.lanAreaOpen", locationKey: [ "schedule.locations.studentHouse", "schedule.locations.lobbyAndLanArea" ], - time: "-", + time: "10:00-17:30", }, { - titleKey: "schedule.events.doorsOpenSimple", + titleKey: "schedule.events.cs2GamersSetup", locationKey: "schedule.locations.auditorium", - time: "09:00", - }, - { - titleKey: "schedule.events.gamersSetup", - locationKey: "schedule.locations.auditorium", - time: "09:30-10:30", + time: "10:00-10:30", }, { titleKey: "schedule.events.cs2WbR4", locationKey: "schedule.locations.auditorium", - time: "10:30-13:00", - }, - { - titleKey: "schedule.events.cs2LbR5", - locationKey: "schedule.locations.auditorium", - time: "13:00-14:00", + time: "11:00-13:00", }, { titleKey: "schedule.events.cs2LbR6", locationKey: "schedule.locations.auditorium", - time: "14:00-16:00", + time: "13:00-15:00", }, { titleKey: "schedule.events.cs2GrandFinal", locationKey: "schedule.locations.auditorium", - time: "16:00-18:00", + time: "15:00-17:00", }, { titleKey: "schedule.events.awardCeremony", locationKey: "schedule.locations.auditorium", - time: "~18:30", + time: "17:00-17:30", }, { titleKey: "schedule.events.closingCeremony", - locationKey: "schedule.locations.auditorium", - time: "~19:00", - }, - { - titleKey: "schedule.events.doorsClose", - locationKey: "schedule.locations.auditorium", - time: "~19:30", + locationKey: [ + "schedule.locations.auditorium", + "schedule.locations.studentHouse", + "schedule.locations.lobbyAndLanArea" + ], + time: "~17:30", }, ], }; diff --git a/translations/en.json b/translations/en.json index bbed428..0c1d0aa 100644 --- a/translations/en.json +++ b/translations/en.json @@ -857,7 +857,7 @@ "lolSemiFinals": "LoL Semi Finals", "lolFinalsAndThirdPlace": "LoL Finals + 3rd place", "closingCeremony": "Closing of TipiLAN 2026", - "noEventsScheduled": "No events scheduled for these areas" + "lanAreaOpen": "LAN Area Open" }, "locations": { "registrationSetup": "Registration and setup in auditorium", diff --git a/translations/et.json b/translations/et.json index 6f8c3b0..4364975 100644 --- a/translations/et.json +++ b/translations/et.json @@ -858,7 +858,7 @@ "lolSemiFinals": "LoL poolfinaalid", "lolFinalsAndThirdPlace": "LoL finaalid + 3. koht", "closingCeremony": "TipiLAN 2026 sulgemine", - "noEventsScheduled": "Nendel aladel pole üritusi" + "lanAreaOpen": "LANi vaba ala" }, "locations": { "registrationSetup": "Registreerimine ja setup aulas",