Skip to content

Commit

Permalink
Merge pull request #55 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
fixes bug with dates
  • Loading branch information
ajrothwell authored Sep 23, 2024
2 parents 47a74dc + 7c9ba4e commit 6ceaf2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/i18n/ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export default {
'Election office': {
header: '选举办公室',
englishName: 'Election office',
p1: '从2024年8月23日起,费城选举委员会将开放2024年11月5日在第195和第201个立法选区举行的特别选举的面对面邮寄投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
// callout1: '无论疫苗接种情况如何,都需要戴口罩',
p1: '从2024年9月23日起,费城选举委员会将开放2024年11月5日在第195和第201个立法选区举行的特别选举的面对面邮寄投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
h2: '选民服务及截止日期',
dates: {
// d1:{
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 @@ -60,7 +60,7 @@ export default {
'Election office': {
header: 'Election offices',
englishName: 'Election office',
p1: 'Beginning Aug 23, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting for the November 5, 2024 Special Election in the 195th and 201st Legislative Districts. Registered voters can apply for, receive, complete, and return their mail-in ballot in person in one visit.',
p1: 'Beginning September 23, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting for the November 5, 2024 Special Election in the 195th and 201st Legislative Districts. 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
3 changes: 1 addition & 2 deletions src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export default {
'Election office': {
englishName: 'Election office',
header: 'Oficina Electoral',
p1: 'A partir del 23 de agosto de 2024, la Junta Electoral de Filadelfia estará abierta a la votación por correo en persona para las elecciones especiales del 5 de noviembre de 2024 en los distritos legislativos 195 y 201. Los votantes inscritos 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.',
p1: 'A partir del 23 de septiembre de 2024, la Junta Electoral de Filadelfia estará abierta para votar por correo en persona para las elecciones especiales del 5 de noviembre de 2024 en los distritos legislativos 195 y 201. Los votantes inscritos pueden solicitar, recibir, completar y devolver su boleta electoral por correo en persona en una sola visita.',
h2: 'Servicios al votante y plazos ',
dates: {
// d1:{
Expand Down

0 comments on commit 6ceaf2c

Please sign in to comment.