Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Add lang in url #16

Open
pyphilia opened this issue Sep 21, 2021 · 3 comments
Open

Add lang in url #16

pyphilia opened this issue Sep 21, 2021 · 3 comments
Assignees
Labels
priority Give priority to this issue

Comments

@pyphilia
Copy link
Contributor

pyphilia commented Sep 21, 2021

Add lang in url: This will be used to directly set the language in the member when he registers, and send a mail in a "correct" language.

Or lambda to detect from request.

@spaenleh
Copy link
Member

Also displaying the interface in the correct language !

@spaenleh spaenleh self-assigned this Jan 10, 2024
@pyphilia
Copy link
Contributor Author

@spaenleh done?

@spaenleh
Copy link
Member

What has been implemented in #321 is the ability to send the selected language to the backend.
We are still missing a way to:

  1. boot the interface in the preferred language of the user (for example browsing the library in french, the signIn should link to auth in french)
  2. Maybe infer the language based on browser if not supplied in the url

1 could be done easily with a query param that sets i18n
2 would need a bit more work

We also need to ensure that everything that links to auth sets the query param for the language in order to make the experience consistent.

@pyphilia pyphilia added the priority Give priority to this issue label Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority Give priority to this issue
Projects
None yet
Development

No branches or pull requests

2 participants