Rails, globalization operations 3 and CRUD

How should I write forms for my models, where I use globalize3 for translations. I can not find any examples, and I did not find helpers in the code. The idea would be to have everything in one form, for example

text_field: title

text_field: title_fr

text_field: title_en

etc.

Thanks for pointing out some code examples.

+3
source share
1 answer

It seems like all I need is in a batch_translations fork adapted to Rails3 / Globalize3:

https://github.com/fidel/batch_translations

I do not know if I should delete this question or leave it for the future. Moderators, please decide :)

+6
source

All Articles