devict / votelocal

A web app for receiving local voting information via SMS
15 stars 16 forks source link

Simplify Frontend Translations #101

Closed imacrayon closed 4 years ago

imacrayon commented 4 years ago

I migrated our front-end translations into an es.json file. I think this has two benefits over the "keyed array" style we were using before:

  1. Less context switching: You don't have to jump between two files, the default English text is right there in the markup.
  2. Less naming things: We don't need to choose a key name for every bit of text that exists in the UI.