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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.0.0
v24.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "2026.es.pycon.org",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/components/home/SectionCallForProposals.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const menuT = menuTexts[lang as keyof typeof menuTexts]
{t['cfp.description']}
</p>

<p class="text-lg text-pycon-gray-25 leading-relaxed mb-6 text-center">
{t['cfp.help']}
</p>

<div class="flex justify-center">
<Button
variant="primary"
Expand Down
11 changes: 8 additions & 3 deletions src/i18n/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const texts = {
'sponsors.altlogo': 'Logo de {name}',
'cfp.title': 'Llamada a Propuestas',
'cfp.description':
'¡Ya está abierta la llamada a propuestas! Mándanos tu charla o taller antes del 3 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!',
'¡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!',
'cfp.help': 'Si necesitas ayuda con tu propuesta, no dudes en escribirnos a charlas@2026.es.pycon.org',
'cfp.button': 'Envía tu propuesta',
},
en: {
Expand All @@ -36,7 +37,9 @@ export const texts = {
'sponsors.altlogo': '{name} logo',
'cfp.title': 'Call for Proposals',
'cfp.description':
"The call for proposals is now open! Send us your talk or workshop before May 3rd at 23:59 (CET). If you're wondering whether you can do this, the answer is yes. If you have a topic that interests you, it interests us!",
"The call for proposals is now open! Send us your talk or workshop before May 17th at 23:59 (CET). If you're wondering whether you can do this, the answer is yes. If you have a topic that interests you, it interests us!",
'cfp.help':
"If you need help with your proposal, don't hesitate to contact us at charlas@2026.es.pycon.org.",
'cfp.button': 'Submit your proposal',
},
ca: {
Expand All @@ -56,7 +59,9 @@ export const texts = {
'sponsors.altlogo': 'Logo de {name}',
'cfp.title': 'Crida a Propostes',
'cfp.description':
"Ja està oberta la crida a propostes! Envia'ns la teva xerrada o taller abans del 3 de maig a les 23:59h (hora peninsular). Si t'estàs preguntant si pots fer això, la resposta és que sí. Si tens un tema que t'interessa, ens interessa!",
"Ja està oberta la crida a propostes! Envia'ns la teva xerrada o taller abans del 17 de maig a les 23:59h (hora peninsular). Si t'estàs preguntant si pots fer això, la resposta és que sí. Si tens un tema que t'interessa, ens interessa!",
'cfp.help':
'Si necessites ajuda amb la teva proposta, no dubtis en escriure a charlas@2026.es.pycon.org.',
'cfp.button': 'Envia la teva proposta',
},
} as const
Loading