-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media ContentTypes Localization enhancements #7843
Comments
A couple comments to add to that. Regarding cloning the actual files: Regarding the fields: |
I don't think media files should be cloned. But there needs to be a way to change which file is attached if the translation needs a different one. |
Otherwise I don't see how localization should be different than another content item for media. Some fields should be synced, content should be cloned, ... |
Yeah, I agree, the files themselves should not be cloned (at least initially), so basically the MediaPart.Path property is translation-independent - I think what matters most here is the title (caption), which should also be cloned, but can be changed (translated). |
I think handling the actual media, be it a file or whatever, is the actual crux here. I don't know in detail what is going on there at the low level, so I will need to look into it before being able to say more. |
@sebastienros @BenedekFarkas @MatteoPiovanelli-Laser Working on it in these days. When I will have a base working version I will demo it, cause I have some doubts (not blocking for now) to discuss with you. |
As per Taxonomies, ContentPickerFields and others contents (see #7352) we should consider to enhance localization of media's Content Types (Image, Documents, etc).
By now if you have a multilanguage site and you want to seriously manage SEO and w3c recommendations you have to do a lot of manual tricks in order to manage alternate textes, title, etc... (You have to upload a new media - even if it is the same of the master content - and then you can manage the media alt, title, etc)
I have some ideas on how we could manage it.
A feature "Media Localization Extensions"
@sebastienros @MatteoPiovanelli-Laser @jersiovic @BenedekFarkas @urbanit What do you think?
The text was updated successfully, but these errors were encountered: