Skip to content

Commit

Permalink
Merge pull request #57 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
more text fixes
  • Loading branch information
ajrothwell authored Sep 23, 2024
2 parents 44dd8ff + 3ede791 commit b80d167
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions src/components/ElectionOfficeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
:key="field"
class="no-margin"
v-html="$t(field)"
>
<!-- {{ field }} -->
</p>
/>

<h3>{{ $t('siteHours') }}</h3>

Expand Down Expand Up @@ -175,11 +173,11 @@ export default {
values.push('details.ballotDropoff');
}
}
if (field === 'site_type') {
if (item[field] === 'Election office') {
values.push('details.staff');
}
}
// if (field === 'site_type') {
// if (item[field] === 'Election office') {
// values.push('details.staff');
// }
// }
if (field === 'multilingual_support') {
if (item[field] === 'TRUE') {
values.push('details.interpretationAvailable');
Expand Down
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年9月23日起,费城选举委员会将开放2024年11月5日大选的面对面邮寄投票。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
p1: '从2024年9月23日起,费城选举委员会将开放2024年11月5日总统大选的面对面邮寄选票服务。注册选民可以在一次访问中亲自申请、接收、填写和退回邮寄的选票。',
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 September 23, 2024, the Philadelphia Board of Elections will be open for in-person mail-in ballot voting for the November 5, 2024 General Election. 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 services for the November 5, 2024 Presidential General Election. 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
2 changes: 1 addition & 1 deletion 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 23 de septiembre de 2024, la Junta Electoral de Filadelfia estará abierta para votar por correo en persona para las elecciones generales del 5 de noviembre de 2024. Los votantes inscritos pueden solicitar, recibir, completar y devolver su boleta electoral por correo en persona en una sola visita.',
p1: 'A partir del 23 de septiembre de 2024, la Junta Electoral de Filadelfia estará abierta a los servicios de boletas por correo en persona para las elecciones generales presidenciales del 5 de noviembre de 2024. 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 b80d167

Please sign in to comment.