Skip to content

Commit

Permalink
Merge pull request #50 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
changes date on front page, and date formats in spanish
  • Loading branch information
ajrothwell authored Apr 3, 2024
2 parents f2a7331 + 4ebdab0 commit 9b80894
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/i18n/ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
'Election office': {
header: '选举办公室',
englishName: 'Election office',
p1: '从2024年4月4日起,费城选举委员会将开放进行面对面的邮寄选票投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
p1: '从 2024 年 3 月 28 日起,费城选举委员会将开放进行面对面的邮寄选票投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
// callout1: '无论疫苗接种情况如何,都需要戴口罩',
h2: '选民服务及截止日期',
dates: {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
'Election office': {
header: 'Election offices',
englishName: 'Election office',
p1: 'Beginning April 4, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting. Registered voters can apply for, receive, complete, and return their mail-in ballot in person in one visit.',
p1: 'Beginning March 28, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting. Registered voters can apply for, receive, complete, and return their mail-in ballot in person in one visit.',
h2: 'Voter services and deadlines ',
dates: {
// d1:{
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
'Election office': {
englishName: 'Election office',
header: 'Oficina Electoral',
p1: 'A partir del 4/4/2024, la Junta Electoral de Filadelfia estará abierta a la votación por correo en persona con boleta electoral. Los votantes registrados pueden solicitar, recibir, completar y devolver su boleta electoral por correo en persona en una sola visita.',
p1: 'A partir del 28 de marzo de 2024, la Junta Electoral de Filadelfia estará abierta a la votación por correo en persona con boleta electoral. Los votantes registrados pueden solicitar, recibir, completar y devolver su boleta electoral por correo en persona en una sola visita.',
// callout1: 'Las mascarillas son obligatorias independientemente del estado de vacunación.',
h2: 'Servicios al votante y plazos ',
dates: {
Expand All @@ -69,15 +69,15 @@ export default {
// },
d2:{
text: 'Fecha limite para solicitar una boleta',
date: '16/04/2024 a las 17:00',
date: '16 de abril de 2024 a las 17:00',
},
d3:{
text: 'Solicite una boleta de reemplazo',
date: 'No antes del 4/4/2024',
date: 'No antes del 4 de abril de 2024',
},
d4:{
text: 'Entregar su boleta electoral completa',
date: '23/04/2024 a las 20:00',
date: '23 de abril de 2024 a las 20:00',
},
},
},
Expand Down

0 comments on commit 9b80894

Please sign in to comment.