Skip to content

Commit

Permalink
Shorten 'Find your neighborhood ballot drop box' to 'Find your ballot…
Browse files Browse the repository at this point in the history
… drop box'
  • Loading branch information
abrauninger committed Oct 18, 2018
1 parent 0d6aa53 commit c23d2ea
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ const STRINGS_ENGLISH = new Map<StringId, string>([
"https://www.sos.wa.gov/elections/auditors/"], // TODO: Is this really the best URL?

[StringId.DiscoverYourNeighborhoodDropBox,
"Find your neighborhood ballot drop box."],
"Find your ballot drop box."],

[StringId.PlanAheadForDropBox,
"Plan ahead for a convenient ballot box drop."],
"Plan ahead for a convenient ballot box drop in your neighborhood."],

[StringId.FindDropboxNearYou,
"Find a ballot drop box near you"],
Expand Down Expand Up @@ -931,12 +931,14 @@ const STRINGS_SPANISH = new Map<StringId, string>([
"https://www.sos.wa.gov/elections/auditors/"], // TODO: Is this really the best URL?

[StringId.DiscoverYourNeighborhoodDropBox,
// "Find your neighborhood ballot drop box."],
"Encuntré el casillero de envio dentro de su vecindario."], // TODO: Typo? Es 'encuntre' una palabra espanola?
// "Find your ballot drop box."],
// TODO: Double-check my re-translation
"Encuntré el casillero de envio."], // TODO: Typo? Es 'encuntre' una palabra espanola?

[StringId.PlanAheadForDropBox,
// "Check your deadline and plan ahead for a convenient ballot box drop."],
"Planee con tiempo el envío de su cartón de votación en el casillero."],
// "Check your deadline and plan ahead for a convenient ballot box drop in your neighborhood."],
// TODO: Double-check my re-translation
"Planee con tiempo el envío de su cartón de votación en el casillero dentro de su vecindario."],

[StringId.FindDropboxNearYou,
// "Find a ballot drop box near you"],
Expand Down

0 comments on commit c23d2ea

Please sign in to comment.