-
Notifications
You must be signed in to change notification settings - Fork 92
Video Files cannot be translated ('wagtailmedia.Media') #587
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
Comments
Hey @hennabanana, Hmm, I would've thought this would be handled by the fallback logic. Will try to have a look sometime soon. |
Had a look over the weekend. This will require more work as localize doesn't know which chooser to use. |
Hi @zerolab Is there any chance that this feature will be implemented in near future? We need support for translating the audio files in StreamField fields. Currently, the UI in translation view only shows the foreign key of the media model. I tried to implement the functionality by myself within the test application, but it's rather a "hacky" solution. So, we would be glad, if there is an official support for media files. Thanks for the great work on the Wagtail Localize and Wagtail Media projects. |
Thanks @catilgan-nextension, will try to have a look soon. The main consideration is we can't make |
Thanks @zerolab for your reply and looking into this issue. Yes, i understand your point with the dependency of |
Let's carry over this discussion on the PR. As I mentioned, we need to avoid tight coupling with a third-party package (even if it happens that I maintain both 🙈 ) |
Hi there,
currently its not possible to upload a Video for a Video-Media-File in a another language (https://github.com/torchbox/wagtailmedia). After Translating the Page, its just empty.
is it possible to add this datatype so that i can upload an video in another language by the MediaChooserPanel?
The text was updated successfully, but these errors were encountered: