By Anonymous (not verified) on
Hi, I have a old PHP web site that I need to rebuild. The main goal of the site is to host photo galleries and I need the site to be available in both English and French. I already used Drupal 5 and 6 before but did not try a lot of modules. The problem that I have so far is that pictures are associated to a node and when you create a translation, a new node id is created and you also have to re-attach the pictures to the translation. So when I need to post 300 pictures, I have to upload them to both the English and French page.
The other things I need are pretty much included in Drupal. The gallery stuff is a show stopper.
Can someone help?
Comments
_
Looks like this is supposed to work in the d6 version of i18n: http://drupal.org/node/191511
You could create the gallery with method described in http://www.lullabot.com/articles/photo-galleries-views-attach (just use the image module instead of an imagefield node) and add i18n.