Reputation: 6236
I am going to start a new project based on the top of MongoDB.
My application will need to handle fields translations.
I discovered a plugin named : Mongoid_i18n
Is it the only one plugin interesting ? Or other plugins are available ?
Upvotes: 1
Views: 3631
Reputation: 91
Mongoid >= 2.4 includes this facility natively. See: http://two.mongoid.org/docs/documents/localized.html
Upvotes: 3
Reputation: 1
I think that'd be the one. You could do it yourself as well which might be a little easier depending on how localizable your field names are.
-Roger
Upvotes: 0