Jump to:
| Project: | Imagefield Import |
| Version: | 6.x-1.10 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | wulff |
| Status: | active |
Issue Summary
This module doesn't give the option to choose the language when the content type is set to translatable, not sure if this should be labeled as a bug or feature request.
Currently when I'm importing images into (views_gallery) nodes that need to be translated I use the languageassign module to change the lang from Language neutral to English in bulk, then add the translations one by one.
It would be nice if Imagefield import had the option under settings to choose which languages to import to, and offer the fields for all languages during import, so different translations are created on the fly (at least in case of views_gallery where the image is the same for all languages, only titles and bodies are translated).
Comments
#1
Yup. Sounds like a feature request.
Sadly I know very little about multi-language support, and have no idea the best way to implement this.
I'm up to see a patch on this one, but will need some help.
#2
#3
I can take a look at this. I'll try to implement an admin setting for choosing the language to import to. I'm not sure providing fields for all languages during import is a good idea. It seems like that part should be handled by a different module.