I have a two language site that uses the image gallery module. I've created 3 categories for the first language and three for the other language. But I steel have to upload the same image twice one for each language.

Is there a way to make the images in a category in the first language appear in the paralel category in the second language?

Comments

rondev’s picture

On my site, I disabled multilingual support for images and videos (content type settings). But before be sure you put "no language" as language for your nodes.
For i18n I have: Content selection mode : Only current language and no language

I have taxonomy_menu installed. Then menus are translated if terms are added in the strings management. The only issue I have is that I moved one vocabulary tree generated by taxonomy_menu to a bloc. Now the title of the vocabulary is not translated as I changed the defaults.

I don't know if that answer your question.

Ronan

GiorgosK’s picture

and finally succeded

If anyone is interested you need to
------------------------------------------------------
-install 5.1
-install tinymce (I prefere moxie for the time being)
-install and integrate IMCE to handle the uploads of tinyMCE (needs some digging in the settings of tinyMCE and IMCE if you chose MOXIE)
-install Localizer (had some enabling problems, but enabling Locale, Localizer, and Localizer's rest of modules - in that order should not give you any trouble for the time being)

then if all is working when you make a translation of a page the body of the page is just copied over to the new node and the images are just referenced in it like

<img src="folder/image.jpg"/>

------------------------------------------------------

I tried also WITHOUT succeding (using Localizer - maybe its working with I18n module)
-to integrate node_image module - great module but the images would not copy over to the translation
-to integrate image field for CCK but again image would not copy over

----
world experts tag cloud

------
GiorgosK
Web Development

talbain’s picture

how do u make moxy+I18n work together? i have my moxy enabled but hes nowhere to be found XD

GiorgosK’s picture

I am happy with Localizer so far so I can't help you with I18n+Moxie

there is a new TinyMCE module out you might want to try that it could be an easier install

----
world experts tag cloud

------
GiorgosK
Web Development

huayen’s picture

Got error in translate image node using localizer
-----------------------------
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.

GiorgosK’s picture

So I can't help you with that

for further support or bug reporting please visit the localizer issues
see if you can find a solution or fill out a bug report
http://drupal.org/project/issues/localizer

GiorgosK
------
Good read for newbies > http://drupal.org/node/120612
Lots of Discussion and help is going on in http://groups.drupal.org/ too, join in

------
GiorgosK
Web Development