Questions tagged [wagtail-localize]
7 questions
3
votes
1 answer
Wagtail Custom Translatable Menu
I am new to wagtail and i am working with a custom menu. I set up a custom menu class and use a tag to display the menu-items in the templates.
This works fine, however i would need to create different menus depending on what language my site is…

Schmella
- 71
- 4
1
vote
0 answers
How to add Kurdish language in Wagtail Localize?
I tried using Kurdish as a new language in wagtail , but it kept redirecting to "/en/ku" perhaps because the only locals accessible are BCP-47 language tags. Is there a way to add Kurdish as a new language in wagtail?
i tried wagtail localize and…

foueidat
- 11
- 1
1
vote
0 answers
wagtail localize serving second language under first language in URL, pages not found
Using wagtail localize I am getting a weird URL structure:
http://127.0.0.1:8000/en/ [ home ] as expected, when going to http://127.0.0.1:8000.
However, if I try to go to http://127.0.0.1:8000/cn/ suddenly the English locale is appended in front…

Just_Stacking
- 395
- 3
- 13
1
vote
1 answer
Wagtail - customise FieldPanel to show results for current Locale
I have a site which is i18n enabled and using wagtail-localize. When editing (or creating) the original language of a page, all the snippets show values for every language, if you use the standard FieldPanel. Using the SnipperChooserPanel is not an…

Zemogle
- 584
- 4
- 16
1
vote
1 answer
Wagtail 2.12 translations problem with wagtail_localize and StreamField
I am using wagtail built-in translations system with wagtail_localize.
For StreamFields with nested content, only external content is available for translation.
Look at this example:
class Carousel(blocks.StructBlock):
title =…

sabrina
- 1,567
- 2
- 12
- 15
0
votes
2 answers
django-comments-xtd clashing with wagtail-localize
I am following the official tutorial for wagtail-localize, and I am at the step to set up a second locale. When I hit save, I get:
DoesNotExist at /admin/locales/new/
XtdComment matching query does not exist.
Request Method: POST
Request URL: …

autosnake
- 23
- 7
0
votes
1 answer
Cannot translate Wagtail ChooserBlock
I have a block that contains a field of type 'ChooserBlock'. Once I sync the page to other locales, I am not able to edit this field for locales other than the default one. The field says:
"Uses english version"
I should be able to select a…

Nicolas Allard
- 1
- 1