You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Early Bird tickets banner and remove obsolete CTAs
- Add SectionEarlyBird component with prominent red banner
- Link to pretix.eu/python-spain/pycones-2026/ for ticket sales
- Remove cta.sponsors and cta.reviewers (redundant with menu)
- Add deploy script to package.json
Copy file name to clipboardExpand all lines: src/i18n/home.ts
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,10 @@ export const texts = {
19
19
'¡Ya está abierta la llamada a propuestas! Mándanos tu charla o taller antes del 17 de mayo a las 23:59h (hora peninsular). Si te estás preguntando si puedes hacer esto, la respuesta es que sí. Si tienes un tema que te interesa, ¡nos interesa!',
20
20
'cfp.help': 'Si necesitas ayuda con tu propuesta, no dudes en escribirnos a charlas@2026.es.pycon.org',
'Ser patrocinador de la PyConES es una oportunidad para apoyar a la comunidad Python, conectar con talento técnico de alto nivel y ganar visibilidad en un entorno ligado al software libre y la innovación. Si formás parte o conocés a alguien de una empresa interesada en apoyar la comunidad Python, ¡ayudanos a llegar a ella!',
25
-
'cta.sponsors.button': 'Más información sobre patrocinios',
26
-
'cta.reviewers.title': 'Llamada a Revisores/as',
27
-
'cta.reviewers.description':
28
-
'Buscamos personas que nos ayuden a revisar las propuestas que recibamos. Tu experiencia y criterio son clave para garantizar la calidad del programa. Si querés colaborar con la organización y ayudar a seleccionar las mejores charlas y talleres, ¡necesitamos tu ayuda!',
29
-
'cta.reviewers.button': 'Quiero ser revisor/a',
22
+
'earlybird.title': '¡Entradas Early Bird disponibles!',
23
+
'earlybird.description':
24
+
'La venta de entradas con descuento Early Bird ya ha comenzado. ¡No te pierdas esta oportunidad única de aprender, conectar y crecer en la comunidad Python!',
25
+
'earlybird.button': 'Comprar entradas',
30
26
},
31
27
en: {
32
28
'index.initializing': 'Initialising system...',
@@ -49,14 +45,10 @@ export const texts = {
49
45
'cfp.help':
50
46
"If you need help with your proposal, don't hesitate to contact us at charlas@2026.es.pycon.org.",
51
47
'cfp.button': 'Submit your proposal',
52
-
'cta.sponsors.title': 'We Are Looking for Sponsors!',
53
-
'cta.sponsors.description':
54
-
'Sponsoring PyConES is an opportunity to support the Python community, connect with high-level technical talent, and gain visibility in an environment linked to free software and innovation. If you are or know someone at a company interested in supporting the Python community, help us reach them!',
55
-
'cta.sponsors.button': 'More info about sponsorships',
56
-
'cta.reviewers.title': 'Call for Reviewers',
57
-
'cta.reviewers.description':
58
-
'We are looking for people to help us review the proposals we receive. Your experience and judgement are key to ensuring the quality of the programme. If you want to collaborate with the organisation and help select the best talks and workshops, we need your help!',
59
-
'cta.reviewers.button': 'I want to be a reviewer',
48
+
'earlybird.title': 'Early Bird tickets are now available!',
49
+
'earlybird.description':
50
+
'Early Bird discounted tickets are now on sale. Do not miss this unique opportunity to learn, connect, and grow in the Python community!',
51
+
'earlybird.button': 'Buy tickets',
60
52
},
61
53
ca: {
62
54
'index.initializing': 'Inicialitzant sistema...',
@@ -79,13 +71,9 @@ export const texts = {
79
71
'cfp.help':
80
72
'Si necessites ajuda amb la teva proposta, no dubtis en escriure a charlas@2026.es.pycon.org.',
81
73
'cfp.button': 'Envia la teva proposta',
82
-
'cta.sponsors.title': 'Busquem Patrocinadors!',
83
-
'cta.sponsors.description':
84
-
"Ser patrocinador de la PyConES és una oportunitat per donar suport a la comunitat Python, connectar amb talent tècnic d'alt nivell i guanyar visibilitat en un entorn lligat al programari lliure i la innovació. Si formes part o coneixes algú d'una empresa interessada en donar suport a la comunitat Python, ajuda'ns a arribar-hi!",
85
-
'cta.sponsors.button': 'Més informació sobre patrocinis',
86
-
'cta.reviewers.title': 'Crida a Revisors/es',
87
-
'cta.reviewers.description':
88
-
"Busquem persones que ens ajudin a revisar les propostes que rebem. La teva experiència i criteri són clau per garantir la qualitat del programa. Si vols col·laborar amb l'organització i ajudar a seleccionar les millors xerrades i tallers, necessitem la teva ajuda!",
89
-
'cta.reviewers.button': 'Vull ser revisor/a',
74
+
'earlybird.title': 'Entrades Early Bird disponibles!',
75
+
'earlybird.description':
76
+
"La venda d'entrades amb descompte Early Bird ja ha començat. No et perdis aquesta oportunitat única d'aprendre, connectar i créixer en la comunitat Python!",
0 commit comments