Multilingual theme groundwork#761
Open
Srishti-j18 wants to merge 7 commits into
Open
Conversation
Add translation tags for shared labels across breadcrumbs, pagination, alerts, footer links, and bread/location metadata.
c6994b7 to
2c0276e
Compare
Srishti-j18
commented
Jun 21, 2026
| <a href="#main-content" class="skip-link">{% translate "Skip to main content" %}</a> | ||
| <div class="container"> | ||
| <div class="navigation" data-navigation> | ||
| <a href="{% pageurl site_root %}" class="navigation__logo">The Wagtail Bakery</a> |
Member
Author
There was a problem hiding this comment.
Should the header site title The Wagtail Bakery also be switched to Django translation utilities as part of this issue, or should we treat it as branding and leave it unchanged for now?
Srishti-j18
commented
Jun 21, 2026
| </button> | ||
|
|
||
| <nav class="navigation__mobile" data-mobile-navigation hidden> | ||
| <a href="{% pageurl site_root %}" class="navigation__logo">The Wagtail Bakery</a> |
Member
Author
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task of #758
Description
This PR adds the multilingual theme groundwork for
bakerydemoas part of#758. It focuses on making shared site UI strings translation-ready.Tested locally
Manually verified shared translated UI strings in the browser, including header and pagination changes. Added some screenshots :
AI usage
I used AI to help with some of the code changes, especially in files such as the
search_results pagewhere direct change {%...%} was not working. I manually reviewed the final changes and verified them locally.