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

Landingpage language and app language are handled separately #4247

Open
Schwehn42 opened this issue Jun 20, 2024 · 1 comment
Open

Landingpage language and app language are handled separately #4247

Schwehn42 opened this issue Jun 20, 2024 · 1 comment
Labels
Landingpage Unverified Bug Bug reported via the bug request form but not yet verified

Comments

@Schwehn42
Copy link
Collaborator

The problem

The selected language on the landing page (https://scrumlr.io) and the app language (everything from https://scrumlr.io/new) are handled sepately. That means changing the language on the landing page to German, for example, does not mean your app will be in German, and vice versa, which may lead to confusion.
I'm guessing the Landingpage doesn't set the LocalStorage right now.

Browser

Chrome, Firefox

Steps to reproduce the behavior

  1. Login into scrumlr
  2. Change app language to German
  3. Logout
  4. Change landing page language to English
  5. Login again

The language will still be German.

Screenshots

No response

Additional context

No response

@Schwehn42 Schwehn42 added Landingpage Unverified Bug Bug reported via the bug request form but not yet verified labels Jun 20, 2024
@Schwehn42
Copy link
Collaborator Author

Turns out the fix isn't as easy as just setting the LocalStorage, as it obviously doesn't exist on a ServerSide component 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Landingpage Unverified Bug Bug reported via the bug request form but not yet verified
Projects
None yet
Development

No branches or pull requests

1 participant