This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
de-DE and it-IT are loaded by default after replacing them with new values in a multistore setup #244
Labels
VSF1
Issues in regards to VSF1
Current behavior
In order to set up a multistore I edited config (local.json). I replaced all values related to DE and IT with new values but when the app is being built, it still loads the DE and IT languages:
Writing JSON file fallback: en-US.json
Writing JSON file: de-DE.json
Writing JSON file: it-IT.json
Writing JSON file: et-EE.json
Writing JSON file: ru-RU.json
Expected behavior
Only the languages that are specified in the config must be loaded and shown on the website language selector.
Steps to reproduce the issue
Version of Vue Storefront
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer. (doesn't apply to Next)
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
Additional information
I noticed, if I do not edit the first "de" and the first "it", the languages are loaded correctly. However, the front end is broken then.
The text was updated successfully, but these errors were encountered: