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 开发者_Python百科other plugins are available ?
Mongoid >= 2.4 includes this facility natively. See: http://two.mongoid.org/docs/documents/localized.html
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
精彩评论