Skip to content

Commit 94ab54e

Browse files
authored
Merge pull request #30 from fmleo/fix-palestras-wording
Fix palestras wording
2 parents 830a3ea + 43592ee commit 94ab54e

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

config/_default/menu/menu.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight = 2
1010

1111
[[main]]
1212
name = "Talks"
13-
url = "#buy-a-ticket"
13+
url = "#schedule"
1414
weight = 3
1515

1616
[[main]]

config/_default/menu/menu.es.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight = 2
1010

1111
[[main]]
1212
name = "Charlas"
13-
url = "#buy-a-ticket"
13+
url = "#schedule"
1414
weight = 3
1515

1616
[[main]]

config/_default/menu/menus.pt-br.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight = 2
1010

1111
[[main]]
1212
name = "Palestras"
13-
url = "#buy-a-ticket"
13+
url = "#schedule"
1414
weight = 3
1515

1616
[[main]]

content/data/section/buyticket.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
33
"language": "pt-br",
4-
"badge": "Grade de palestras em breve",
5-
"title": "Enquanto finalizamos a programação, garanta seu ingresso",
6-
"description": "Estamos cuidando de cada detalhe da grade com conteúdos que inspiram, informam e acolhem a comunidade Python. Assim que tudo estiver confirmado, avisaremos por aqui e nas redes sociais.",
7-
"helper": "Ao comprar um ingresso você ajuda a viabilizar a PySul 2025 e mantém o evento acessível para toda a comunidade.",
4+
"badge": "Grade de palestras disponível",
5+
"title": "Confira a programação completa e garanta seu ingresso",
6+
"description": "A programação da PySul 2025 já está disponível! Cada palestra foi escolhida para inspirar, informar e fortalecer a comunidade Python. Veja os horários e prepare-se para participar.",
7+
"helper": "Ao comprar um ingresso você apoia a realização da PySul 2025 e ajuda a manter o evento acessível para toda a comunidade.",
88
"schedule": {
99
"title": "Programação",
10-
"description": "Publicaremos a grade completa em breve. <br>Acesse o grupo no WhatsApp e Telegram ou companhe o Instagram para ser avisado em primeira mão."
10+
"description": "Confira a lista completa de palestras e horários. <br>Entre no grupo no WhatsApp ou Telegram e siga o Instagram para acompanhar as próximas novidades."
1111
},
1212
"cta": {
1313
"label": "Comprar ingresso",
@@ -35,13 +35,13 @@
3535
},
3636
{
3737
"language": "en",
38-
"badge": "Talk schedule coming soon",
39-
"title": "While we finalize the program, secure your ticket",
40-
"description": "We’re taking care of every detail of the schedule, with content that inspires, informs, and embraces the Python community. Once everything is confirmed, we’ll announce it here and on social media.",
41-
"helper": "By purchasing a ticket, you help make PySul 2025 possible and keep the event accessible for the entire community.",
38+
"badge": "Talk schedule available",
39+
"title": "Check out the full schedule and secure your ticket",
40+
"description": "The PySul 2025 program is now live! Each talk was carefully selected to inspire, inform, and strengthen the Python community. Explore the schedule and get ready to join us.",
41+
"helper": "By purchasing a ticket, you support PySul 2025 and help keep the event accessible for the entire community.",
4242
"schedule": {
4343
"title": "Schedule",
44-
"description": "The full agenda will be published soon. <br>Join our WhatsApp and Telegram groups or follow us on Instagram to be notified first."
44+
"description": "View the complete list of talks and times. <br>Join our WhatsApp or Telegram groups and follow us on Instagram for the latest updates."
4545
},
4646
"cta": {
4747
"label": "Buy ticket",
@@ -69,13 +69,13 @@
6969
},
7070
{
7171
"language": "es",
72-
"badge": "Agenda de charlas próximamente",
73-
"title": "Mientras terminamos la programación, asegurá tu entrada",
74-
"description": "Estamos cuidando cada detalle del cronograma con contenidos que inspiran, informan y fortalecen a la comunidad Python. Apenas todo esté confirmado, lo anunciaremos por acá y en las redes sociales.",
75-
"helper": "Al comprar una entrada ayudás a hacer posible la PySul 2025 y mantenés el evento accesible para toda la comunidad.",
72+
"badge": "Agenda de charlas disponible",
73+
"title": "Consultá la programación completa y asegurá tu entrada",
74+
"description": "La programación de PySul 2025 ya está disponible. Cada charla fue seleccionada para inspirar, informar y fortalecer a la comunidad Python. Revisá los horarios y preparate para participar.",
75+
"helper": "Al comprar una entrada apoyás la realización de PySul 2025 y ayudás a mantener el evento accesible para toda la comunidad.",
7676
"schedule": {
7777
"title": "Programación",
78-
"description": "Publicaremos la agenda completa muy pronto. <br>Unite al grupo de WhatsApp o Telegram, o seguí el Instagram para enterarte antes que nadie."
78+
"description": "Consultá la lista completa de charlas y horarios. <br>Unite al grupo de WhatsApp o Telegram y seguí el Instagram para enterarte de las próximas novedades."
7979
},
8080
"cta": {
8181
"label": "Comprar entrada",
@@ -101,4 +101,4 @@
101101
}
102102
]
103103
}
104-
]
104+
]

0 commit comments

Comments
 (0)