You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this issue, we aim to enhance the user experience by providing a language switcher on the website. This will allow users to view the website content in their preferred language.
Tasks to be completed:
Create a dropdown menu for the language switcher (currently a placeholder in the header). This dropdown should list all the languages supported by the website and allow users to select their preferred language.
Integrate the dropdown menu with wagtail-localize. Set up wagtail-localize to change the website language based on the user's selection in the dropdown menu.
Write tests for the new functionality ensuring at least 90% test coverage. This includes tests for the dropdown menu functionality and the integration with wagtail-localize.
In this issue, we aim to enhance the user experience by providing a language switcher on the website. This will allow users to view the website content in their preferred language.
Tasks to be completed:
Create a dropdown menu for the language switcher (currently a placeholder in the header). This dropdown should list all the languages supported by the website and allow users to select their preferred language.
Integrate the dropdown menu with
wagtail-localize
. Set upwagtail-localize
to change the website language based on the user's selection in the dropdown menu.Write tests for the new functionality ensuring at least 90% test coverage. This includes tests for the dropdown menu functionality and the integration with
wagtail-localize
.This issue is dependent on the following: #14
The text was updated successfully, but these errors were encountered: