lbraun / thanksgiving

💵 - A personal philanthropy tracking web app for individuals who want to manage and stimulate their giving
https://thanksgivingapp.herokuapp.com/
3 stars 4 forks source link

Remove hardcoded strings in view #65

Closed qubist closed 4 years ago

qubist commented 4 years ago

There are a lot of strings that are hard-coded in, for example the "Name:" text on the show pages for a donation.

Replace these with calls for translated strings :) See 84cb5b6 for how I did some of this already

qubist commented 4 years ago

Having trouble with category_records view. I can't actually find it in the UI and i get this error when running a basic test I created:

     Failure/Error: <%= link_to 'Edit', edit_category_record_path(@category_record) %> |

     ActionView::Template::Error:
       undefined method `edit_category_record_path' for #<#<Class:0x00007fec4c579d48>:0x00007fec4c6c2b50>
       Did you mean?  edit_recipient_category_record_path