codeforamerica / balance

A text message system for checking one's EBT card balance (SNAP benefits and more)
MIT License
47 stars 37 forks source link

Florida implementation #358

Open yamilethmedina opened 8 years ago

ErnieAtLYD commented 8 years ago

@daguar: WE HAVE A PROPER GIT REBASE. I REPEAT, WE HAVE A PROPER GIT REBASE. Thanks to @yamilethmedina for being patient! 💃

daguar commented 8 years ago

Yay! Glad the rebase was sorted out.

This still has a tiny bit more work before we can merge — specifically, please remove the UTF-8 stuff. As mentioned in a previous comment on the code, the headers are both unnecessary and (more importantly) changing to UTF-8 in this way breaks characters like ñ and ó that we use for the Spanish translations.

daguar commented 8 years ago

Hey @yamilethmedina — very close! Could you do one more commit that reverts the removal of all the accents in Spanish that happened with the UTF-8 plugin?

yamilethmedina commented 8 years ago

@daguar It should be done now! I guess the accents ended up being removed by one of the many merges. I made sure to add them back.