I want to implement a Multilingual site that has a seperate field (CCK or other solution) for images but when I create the translation I don't have to upload the images again or at least have an EASY way to reference them from within my WYSIWYG textarea
Currently I have implemented a custom node type (with CCK) and added node_image.module (which I find very nice) but when I turn to the translation of a node the images have to be uploaded again.
I am going to look at CCK image module to see if there is any promise in that but any advice would be appeciated.
I used extractor.php to generate .pot files for several addon modules. The review module has only 26 strings to be translated, so I translated them all.
The description for the review content type is always in english:
Review
Reviews are articles with a numeric rating.
I enable french, dutch, english in my site. how content will be displayed when i add some content in French then same (english ) contents are displaying on front end even i select different language. how to change menu according to language. I mean conetnt uploaded in French should be visible on front end when i select french.
Plz guide me.
I'm currently translating the 5.x version to Norwegian using the template files. I can't however seem to find any tags in the .pot files to localize the advanced search. I've looked in search-module.pot, system-module.pot, general.pot and form-inc.pot.