falling-fruit / falling-fruit-web

Mobile-friendly website for Falling Fruit
https://beta.fallingfruit.org
GNU General Public License v3.0
41 stars 28 forks source link

Internationalize the Report form #592

Open wbazant opened 1 week ago

wbazant commented 1 week ago

Part of #538

You can see the feature on the live site if you pick a location on the map, and click "report": Screenshot from 2024-11-14 11-04-22

The source file to change is src/components/form/ReportModal.js. The problem types are not translated, I think these are the available translation keys: problems.created problems.description_subtext problems.problem_type problems.your_contact_info

Also, make a small improvement to the form by putting problems.description_subtext, e.g. "Any information that might help us evaluate the problem"), as placeholder text for the Description field.

Steps / instructions can be reused from #587.