Posted by hass on October 19, 2008 at 12:50pm
Jump to:
| Project: | Advanced help |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I've translated CCK and added the same screenshots in German with same names to cck\translations\help\de, but they are not shown in the translated help. Are translated images not supported?
Comments
#1
Whoops, it turned out that path: wasn't getting redirected. Which is not the right behavior anyway, as many images will not need to be translated.
I just added a new keyword, 'trans_path' which will lead to the translated directory, so you can choose which images you wish to translate. That should be enough to take care of this issue.
#2
Ok, thank you. I thought first that the path redirection should be detected based by file exists... with fall back logic to the main untranslated files as this would make things very easy for translators. But this path variable would also work nevertheless it is static.
#3
Automatically closed -- issue fixed for two weeks with no activity.