Existing website in rails 2.2 needs internationalization support of static and dynamic content, features:
– publisher: add content with translations
– user: automatic language selection
– user: manual language selection
Internationalization of templates (static content and images) is to be evaluated by complexity: if its easy/cheap yes, if not we can choose to modify the templates to avoid internationalized images and to make all the static content dynamic.