MongoDB-based Backend::Store implementation for I18n gem
I just wrote Mongo-I18n - KeyValue backend for I18n. It allows you store your internationalized messages in mongodb, that is by far more flexible solution than rails’ enabled by default Simple backend. We use it to allow the non-geeks from our team to participate in internationalization process via web interface.
Post a comment