Rails CMS for a multilingual site [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionA client wants a multilingual site with a CMS. Is there a Ruby on Rails CMS out there that can deal with that out-of-ze-box?
This is an old question, but I thought I would give some additional updated information, because there are definitely more than one Rails CMS with multi-language support:
- adva-cms
- radiant
- refinerycms
- webiva
- zena
Try http://adva-cms.org/
Best Rails CMS I've seen so far. It also has German, French, Spanish, English locales built in.
I'd recommend Ubiquo + ubiquo_i18n plugin
http://guides.ubiquo.me/edge/ubiquo_i18n.html
The integration is pretty extensive (e.g. you can have common images for all the translations or independent images per translation), and you can create scaffolds with out the box i18n capabilities.
Disclaimer: I'm one of the developers :)
精彩评论