Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/i18n/sponsors/ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export const ca = {
},
when: {
title: 'QUAN: 6-8 DE NOVEMBRE, 2026',
friday: 'Divendres: ',
friday: 'Divendres',
fridayStrong: 'Arrenquem amb els tallers. Primera presa de contacte, bon moment per trencar el gel.',
fridayEm: 'Nota: Aquest dia no hi haurà zona d’stands.',
saturday: 'Dissabte: ',
saturday: 'Dissabte',
saturdayBody:
'El dia fort. Obertura de l’esdeveniment, Keynotes, xerrades principals i la quantitat més gran d’assistents. Al vespre: Sopar Oficial de Ponents.',
sunday: 'Diumenge: ',
sunday: 'Diumenge',
sundayBody: 'Més xerrades, "lightning talks" i el comiat final.',
},
stats: {
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/sponsors/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export const en = {
},
when: {
title: 'WHEN: NOVEMBER 6-8, 2026',
friday: 'Friday: ',
friday: 'Friday',
fridayStrong: 'We start with workshops. First contact, a great time to break the ice.',
fridayEm: 'Note: There will be no booth area on this day.',
saturday: 'Saturday:',
saturday: 'Saturday',
saturdayBody:
'The main day. Event opening, Keynotes, main tracks, and the highest number of attendees. In the evening: Official Speakers’ Dinner.',
sunday: 'Sunday:',
sunday: 'Sunday',
sundayBody: 'More talks, "lightning talks," and the final farewell.',
},
stats: {
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/sponsors/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export const es = {
},
when: {
title: 'CUÁNDO: 6-8 DE NOVIEMBRE, 2026',
friday: 'Viernes: ',
friday: 'Viernes',
fridayStrong: 'Arrancamos con los talleres. Primera toma de contacto, buen momento para romper el hielo.',
fridayEm: 'Nota: Este día no habrá zona de stands.',
saturday: 'Sábado:',
saturday: 'Sábado',
saturdayBody:
'El día fuerte. Apertura del evento, Keynotes, charlas principales y la mayor cantidad de asistentes. Por la noche: Cena Oficial de Ponentes.',
sunday: 'Domingo:',
sunday: 'Domingo',
sundayBody: 'Más charlas, "charlas relámpago" y la despedida final.',
},
stats: {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/[lang]/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ const {
<h3 class="text-xl font-bold text-green-400 mb-4">📅 {when.title}</h3>
<div class="space-y-3 text-gray-400">
<p>
<strong class="text-white">{when.friday} </strong>{when.fridayStrong}
<strong class="text-white">{when.friday}: </strong>{when.fridayStrong}
<em>{when.fridayEm}</em>
</p>
<p>
<strong class="text-white">{when.saturday}:</strong>
<strong class="text-white">{when.saturday}: </strong>
{when.saturdayBody}
</p>
<p>
<strong class="text-white">{when.sunday}:</strong>
<strong class="text-white">{when.sunday}: </strong>
{when.sundayBody}
</p>
</div>
Expand Down