Currently this plugin is not support types of field like: AttachOne, AttachMany.
It would be nice to have this feature.
I would see it that language to selecting in modal after upload files and enter in title and description per language(for SEO)
Hi there,
i have been similar problem.
Can anybody help?
Thank!
A workaround might be to use a file upload through the mediamanager and implement this inside a repeater. Then add the repeater field to the translatable array.
It's not the cleanest way, but it might do the job.
edit: added further explanation
Hi @CptMeatball ,
That's is good idea right now. But i want somthing like Drupal File Entity Translation. Thanks for your suggestion
Cheer
Hi @CptMeatball ,
I started to work on a plugin to handle file title and description translation :
https://github.com/Glitchbone/octobercms-filetranslate-plugin
Any feedback would be appreciated
Hi @Glitchbone ,
That's is my expectation. But if we are able to translate files, it will be better than.
For example: in my case, i just want to show image_en.png for english version and image_fr.png for french version. It meant that we have 2 image uploaded.
Currently, I have to create 2 fields and show/hide by js. This is not good.
Thanks
Closing as it has been over a month since any activity on this occurred.
Would be greate to integrate the Glitchbone plugin to the core translate plugin
@Alex360hd feel free to do that :)
I can try even if I can't promise anything as I don't know well october cms yet neigher laravel.
No worries, give it a try, you'll probably learn a lot about both :)
This has been implemented in #470
For the implementation of multilingual websites we often cannot use the actual fileuploader because the files only can be added generally without any relation to a language. Especially if there is text on a picture or a document with text in it. We then have to switch to the mediafinder or create a separate attachment for each language: image_de,image_en, image_fr etc. We would like to solve this via the fileuploader that we like very much (apart from this).
Visualisation example:

How realistic do you see this feature being implemented? If there is a general need for this, we would like to post a bounty (200$) for this feature.
@patrick-durrer please open another issue for this as this issue has been resolved.
Most helpful comment
Hi @CptMeatball ,
I started to work on a plugin to handle file title and description translation :
https://github.com/Glitchbone/octobercms-filetranslate-plugin
Any feedback would be appreciated