I believe the current implementation of the gov form builder bypasses something that the default ActionView::Helpers::FormBuilder does, which is de-structure the field name, so that the locale works both for fields in the base form or fields inside the fields_for section.
I believe the current implementation of the gov form builder bypasses something that the default
ActionView::Helpers::FormBuilder
does, which is de-structure the field name, so that the locale works both for fields in the base form or fields inside thefields_for
section.Gov Form Builder behaviour for locales:
Rails behaviour for locales: