team-formalist / formalist-rb

Flexible form builder
MIT License
22 stars 4 forks source link

Integrate with i18n using implicit keys for various options #72

Open timriley opened 6 years ago

timriley commented 6 years ago

e.g. this code

text_field :url,
  label: "URL",
  hint: "The URL of the top-level link."

Should just become:

text_field :url

And the i18n system should be used to look up values for hint and label using keys that correspond to the form, field, and option names, e.g. my_form.url.label