Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add settings to control language prefix #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mateusz-kleinert
Copy link

Hello, there is a space for improvements with how wagtailtrans handles language prefixes in path. The improvements I'd like to introduce are described as well in #169 and #184.

With this change I'd like to introduce settings that allow to control the language prefix visible in the URL bar. Here are my objectives:

  • Allow user to specify a path without a language prefix (e.g. /news/) and make sure wagtailtrans will redirect user to a correct language version of the page based on the request's language (e.g. /en/news).
  • Allow user to request a site in a default language (e.g. en) without specifying the language prefix (e.g. access /news/ instead of /en/news). In such situation the page should be served immediately without a redirection.

In my opinion these changes are related to each other and that's why I'm proposing a single change instead of splitting it into two.

I'd be grateful for your opinion in this matter and some help with improving the code.

evyd13 added a commit to evyd13/wagtailtrans that referenced this pull request May 4, 2021
evyd13 added a commit to evyd13/wagtailtrans that referenced this pull request May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant