Thank you for the new version in the develop branch. I've tested it now and it seems to work except for one issue:
When generating a form like the following:
f.translated_inputs "General", switch_locale: true do |t|
t.input :description
t.input :name
end
Only the first t.input is rendered. The second is ignored.
Could you please have another look into this. Thank you!
Thank you for the new version in the develop branch. I've tested it now and it seems to work except for one issue:
When generating a form like the following:
f.translated_inputs "General", switch_locale: true do |t|
t.input :description
t.input :name
end
Only the first t.input is rendered. The second is ignored.
Could you please have another look into this. Thank you!