Reputation: 4939
In our application users can create a set of categories. Those categories each contain products. On the website customers can then see the categories - currently only in one language.
We would like to add translations so that the customers can view the data in different languages. This would mean that the the user has to be able to add translations to the actual data.
Based on this question: Rails I18n via database column I should add a couple of database columns for each locale.
Has anyone solved a similar problem?
Upvotes: 0
Views: 92
Reputation: 2383
I have used globalize3 numerous times and always liked it. Maybe it can help you too.
Upvotes: 3