Localize the Wagtail Image library #378
enzedonline
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
Hi @enzedonline Yep, this currently works at the model level: you can add What's missing here is on the view level: We need to add the ability to filter by Locale in the Wagtail UI, and use Wagtail Localize to actually do the translation |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Not sure if this is on the plan -
Would be great to be able to have translated titles in the image gallery so the alt={{ image.title }} shows the title in the language of the page. At the moment I'm using an image chooser struct block for this, but it means the image title has to be entered and translated each time it's used.
All reactions