fix schedule

This commit is contained in:
Oluwatobiloba Promise Temitope
2026-09-13 00:12:27 +03:00
parent 3406ea1ef2
commit 139c9bb79d
3 changed files with 25 additions and 27 deletions

View File

@@ -383,57 +383,55 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
], ],
sep13: [ 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: [ locationKey: [
"schedule.locations.studentHouse", "schedule.locations.studentHouse",
"schedule.locations.lobbyAndLanArea" "schedule.locations.lobbyAndLanArea"
], ],
time: "-", time: "10:00-17:30",
}, },
{ {
titleKey: "schedule.events.doorsOpenSimple", titleKey: "schedule.events.cs2GamersSetup",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "09:00", time: "10:00-10:30",
},
{
titleKey: "schedule.events.gamersSetup",
locationKey: "schedule.locations.auditorium",
time: "09:30-10:30",
}, },
{ {
titleKey: "schedule.events.cs2WbR4", titleKey: "schedule.events.cs2WbR4",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "10:30-13:00", time: "11:00-13:00",
},
{
titleKey: "schedule.events.cs2LbR5",
locationKey: "schedule.locations.auditorium",
time: "13:00-14:00",
}, },
{ {
titleKey: "schedule.events.cs2LbR6", titleKey: "schedule.events.cs2LbR6",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "14:00-16:00", time: "13:00-15:00",
}, },
{ {
titleKey: "schedule.events.cs2GrandFinal", titleKey: "schedule.events.cs2GrandFinal",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "16:00-18:00", time: "15:00-17:00",
}, },
{ {
titleKey: "schedule.events.awardCeremony", titleKey: "schedule.events.awardCeremony",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "~18:30", time: "17:00-17:30",
}, },
{ {
titleKey: "schedule.events.closingCeremony", titleKey: "schedule.events.closingCeremony",
locationKey: "schedule.locations.auditorium", locationKey: [
time: "~19:00", "schedule.locations.auditorium",
}, "schedule.locations.studentHouse",
{ "schedule.locations.lobbyAndLanArea"
titleKey: "schedule.events.doorsClose", ],
locationKey: "schedule.locations.auditorium", time: "~17:30",
time: "~19:30",
}, },
], ],
}; };

View File

@@ -857,7 +857,7 @@
"lolSemiFinals": "LoL Semi Finals", "lolSemiFinals": "LoL Semi Finals",
"lolFinalsAndThirdPlace": "LoL Finals + 3rd place", "lolFinalsAndThirdPlace": "LoL Finals + 3rd place",
"closingCeremony": "Closing of TipiLAN 2026", "closingCeremony": "Closing of TipiLAN 2026",
"noEventsScheduled": "No events scheduled for these areas" "lanAreaOpen": "LAN Area Open"
}, },
"locations": { "locations": {
"registrationSetup": "Registration and setup in auditorium", "registrationSetup": "Registration and setup in auditorium",

View File

@@ -858,7 +858,7 @@
"lolSemiFinals": "LoL poolfinaalid", "lolSemiFinals": "LoL poolfinaalid",
"lolFinalsAndThirdPlace": "LoL finaalid + 3. koht", "lolFinalsAndThirdPlace": "LoL finaalid + 3. koht",
"closingCeremony": "TipiLAN 2026 sulgemine", "closingCeremony": "TipiLAN 2026 sulgemine",
"noEventsScheduled": "Nendel aladel pole üritusi" "lanAreaOpen": "LANi vaba ala"
}, },
"locations": { "locations": {
"registrationSetup": "Registreerimine ja setup aulas", "registrationSetup": "Registreerimine ja setup aulas",