if you have to live with this situation (i.e. having i18n ~> 0.4.1 gem
installed for rails 3.0 and still run adva_cms 0.3.2) the best way
I've found is:
1. use bundle in your Rails 2.3.* application, as described here:
http://gembundler.com/rails23.html
2. configure bundle to use i18n 0.1.3
3. keep Rails 2.3.5
best,
Nicola