Skip to content

Commit 3354fe6

Browse files
authored
Arreglar dobles puntos en fechas. (#54)
1 parent 0cbb97d commit 3354fe6

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/i18n/sponsors/ca.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const ca = {
2020
},
2121
when: {
2222
title: 'QUAN: 6-8 DE NOVEMBRE, 2026',
23-
friday: 'Divendres: ',
23+
friday: 'Divendres',
2424
fridayStrong: 'Arrenquem amb els tallers. Primera presa de contacte, bon moment per trencar el gel.',
2525
fridayEm: 'Nota: Aquest dia no hi haurà zona d’stands.',
26-
saturday: 'Dissabte: ',
26+
saturday: 'Dissabte',
2727
saturdayBody:
2828
'El dia fort. Obertura de l’esdeveniment, Keynotes, xerrades principals i la quantitat més gran d’assistents. Al vespre: Sopar Oficial de Ponents.',
29-
sunday: 'Diumenge: ',
29+
sunday: 'Diumenge',
3030
sundayBody: 'Més xerrades, "lightning talks" i el comiat final.',
3131
},
3232
stats: {

src/i18n/sponsors/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const en = {
2020
},
2121
when: {
2222
title: 'WHEN: NOVEMBER 6-8, 2026',
23-
friday: 'Friday: ',
23+
friday: 'Friday',
2424
fridayStrong: 'We start with workshops. First contact, a great time to break the ice.',
2525
fridayEm: 'Note: There will be no booth area on this day.',
26-
saturday: 'Saturday:',
26+
saturday: 'Saturday',
2727
saturdayBody:
2828
'The main day. Event opening, Keynotes, main tracks, and the highest number of attendees. In the evening: Official Speakers’ Dinner.',
29-
sunday: 'Sunday:',
29+
sunday: 'Sunday',
3030
sundayBody: 'More talks, "lightning talks," and the final farewell.',
3131
},
3232
stats: {

src/i18n/sponsors/es.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const es = {
2020
},
2121
when: {
2222
title: 'CUÁNDO: 6-8 DE NOVIEMBRE, 2026',
23-
friday: 'Viernes: ',
23+
friday: 'Viernes',
2424
fridayStrong: 'Arrancamos con los talleres. Primera toma de contacto, buen momento para romper el hielo.',
2525
fridayEm: 'Nota: Este día no habrá zona de stands.',
26-
saturday: 'Sábado:',
26+
saturday: 'Sábado',
2727
saturdayBody:
2828
'El día fuerte. Apertura del evento, Keynotes, charlas principales y la mayor cantidad de asistentes. Por la noche: Cena Oficial de Ponentes.',
29-
sunday: 'Domingo:',
29+
sunday: 'Domingo',
3030
sundayBody: 'Más charlas, "charlas relámpago" y la despedida final.',
3131
},
3232
stats: {

src/pages/[lang]/sponsors.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ const {
109109
<h3 class="text-xl font-bold text-green-400 mb-4">📅 {when.title}</h3>
110110
<div class="space-y-3 text-gray-400">
111111
<p>
112-
<strong class="text-white">{when.friday} </strong>{when.fridayStrong}
112+
<strong class="text-white">{when.friday}: </strong>{when.fridayStrong}
113113
<em>{when.fridayEm}</em>
114114
</p>
115115
<p>
116-
<strong class="text-white">{when.saturday}:</strong>
116+
<strong class="text-white">{when.saturday}: </strong>
117117
{when.saturdayBody}
118118
</p>
119119
<p>
120-
<strong class="text-white">{when.sunday}:</strong>
120+
<strong class="text-white">{when.sunday}: </strong>
121121
{when.sundayBody}
122122
</p>
123123
</div>

0 commit comments

Comments
 (0)