mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 15:22:59 +00:00
Fix LoL tournament timetable. Also changes in translation files to match reality.
This commit is contained in:
@@ -104,7 +104,7 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
time: "23:00-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lolGame4",
|
||||
titleKey: "schedule.events.lolTournamentQuarters",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "23:00-00:00",
|
||||
},
|
||||
@@ -113,11 +113,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "00:00-01:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lolGame5",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "00:00-01:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.doorsClose",
|
||||
locationKey: [
|
||||
@@ -164,9 +159,9 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
time: "11:30-12:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lolTournamentQuarters",
|
||||
titleKey: "schedule.events.lolSemiFinals",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "11:30-14:30",
|
||||
time: "12:30-17:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.expoOpens",
|
||||
@@ -208,16 +203,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "14:30-15:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lolBreak",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "14:30-15:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lolSemiFinals",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "15:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2ScLbR3",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
|
||||
Reference in New Issue
Block a user