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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Language selector on top bar is not correctly displayed when shopware has only one language configured.
If only one language available (not en-GB) then this is not automatically selected/applied.
Changing locale in packages/default-theme/src/store/index.js does not take effect.
What is the correct way to override locale in my project?
Currency works as expected when only one currency.
Steps to reproduce
Configure your shopware endpoint with only one language other than english i.e. de-DE
Now selector is not correctly displayed.
The text was updated successfully, but these errors were encountered:
jnuricumbo
changed the title
[Bug] Language selector on top bar is not correctly displayed.
[BUG] Language selector on top bar is not correctly displayed.
Oct 28, 2020
If default language is not en-GB then it should be set as default in shopware-pwa.config.js using defaultLanguageCode . Is there any documentation with all available options?
#1211 hides the switcher when only one language available, exactly as currency switcher does.
Description
locale
inpackages/default-theme/src/store/index.js
does not take effect.locale
in my project?Steps to reproduce
The text was updated successfully, but these errors were encountered: