Dan Braghiș
Dan Braghiș
Rebased and updated to latest Wand. Merged to the staging branch
the `LANGUAGE_CODE` needs to be one of the language codes defined in `LANGUAGES`/`WAGTAIL_CONTENT_LANGUAGES`. Have you tried setting it to `fr`? Note that you will want start from scratch, or create...
@BrianXu20 if you happen to have time to submit a PR fixing this, it would be pretty awesome. Relevant view - https://github.com/torchbox/wagtailmedia/blob/main/src/wagtailmedia/views/chooser.py#L35, and template - https://github.com/torchbox/wagtailmedia/blob/main/src/wagtailmedia/templates/wagtailmedia/chooser/chooser.html
Fixed by #174
This is certainly useful. I agree that it could use a more meaningful message. AWill this fail if there are new messages? so it is more than just an info...
Hey @hennabanana, thank you for bringing this up. 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.
@DBonbon would be great to have a fuller traceback and a minimal use cases (code + values) to replicate this
Hey @Redjam, What would the use case for this be?
This makes sense, thank you for sharing. We do something along the lines of this for synced/manual translations - https://www.wagtail-localize.org/how-to/installation/#disabling-the-default-translation-mode where you can set a `localize_default_translation_mode` attribute on the page...