From 11f545f189d765f4986503d08275ad1babd705bb Mon Sep 17 00:00:00 2001 From: "rothwell.andy@gmail.com" Date: Mon, 23 Sep 2024 09:58:45 -0400 Subject: [PATCH] changes to election dates for general election --- src/i18n/ch.js | 8 ++++---- src/i18n/en-us.js | 8 ++++---- src/i18n/es.js | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/ch.js b/src/i18n/ch.js index 77f26a3..85002c6 100644 --- a/src/i18n/ch.js +++ b/src/i18n/ch.js @@ -56,7 +56,7 @@ export default { 'Election office': { header: '选举办公室', englishName: 'Election office', - p1: '从 2024 年 8 月 20 日起,费城选举委员会将开放进行面对面的邮寄选票投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。', + p1: '从2024年8月23日起,费城选举委员会将开放2024年11月5日在第195和第201个立法选区举行的特别选举的面对面邮寄投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。', // callout1: '无论疫苗接种情况如何,都需要戴口罩', h2: '选民服务及截止日期', dates: { @@ -66,15 +66,15 @@ export default { // }, d2:{ text: '申請郵寄選票的截至日期', - date: '2024 年 9 月 10 日下午 5:00 之前', + date: '10 月 29 日下午 5:00 之前', }, d3:{ text: '申請補發選票的截至日期', - date: '不早于 2024 年 8 月 27 日', + date: '不早于 9 月 30 日', }, d4:{ text: '投递您填好的选票的截至日期', - date: '2024 年 9 月 17 日晚上 8:00 之前', + date: '11 月 5 日晚上 8:00 之前', }, }, }, diff --git a/src/i18n/en-us.js b/src/i18n/en-us.js index b437d04..500d459 100644 --- a/src/i18n/en-us.js +++ b/src/i18n/en-us.js @@ -60,7 +60,7 @@ export default { 'Election office': { header: 'Election offices', englishName: 'Election office', - p1: 'Beginning Aug 20, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting for the September 17, 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 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.', h2: 'Voter services and deadlines ', dates: { // d1:{ @@ -69,15 +69,15 @@ export default { // }, d2:{ text: 'Apply for a mail-in ballot', - date: 'September 10 by 5:00 p.m.', + date: 'October 29 by 5:00 p.m.', }, d3:{ text: 'Request a replacement ballot', - date: 'No earlier than Aug 27th', + date: 'No earlier than September 30th', }, d4:{ text: 'Drop off your completed ballot', - date: 'September 17 by 8:00 p.m.', + date: 'November 5 by 8:00 p.m.', }, }, // callout1: 'Masks are required regardless of vaccination status.', diff --git a/src/i18n/es.js b/src/i18n/es.js index de6aec9..0405b87 100644 --- a/src/i18n/es.js +++ b/src/i18n/es.js @@ -59,7 +59,7 @@ export default { 'Election office': { englishName: 'Election office', header: 'Oficina Electoral', - p1: 'A partir del 20 de agosto de 2024, la Junta Electoral de Filadelfia estará abierta para la votación en persona por correo para las Elecciones Especiales del 17 de septiembre de 2024 en los Distritos Legislativos 195.º y 201.º. Los votantes registrados pueden solicitar, recibir, completar y devolver su boleta por correo en persona en una sola visita.', + 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.', h2: 'Servicios al votante y plazos ', dates: { @@ -69,15 +69,15 @@ export default { // }, d2:{ text: 'Fecha limite para solicitar una boleta', - date: '10 de septiembre a las 5:00 p.m.', + date: '29 de octubre a las 5:00 p.m.', }, d3:{ text: 'Solicite una boleta de reemplazo', - date: 'No antes del 27 de agosto de 2024', + date: 'No antes del 30 de septiembre', }, d4:{ text: 'Entregar su boleta electoral completa', - date: '17 de septiembre de 2024 a las 20:00', + date: '5 de noviembre a las 8:00 p.m.', }, }, },