Logo Language Bug Fix — Stay in Your Language
Version 1.1.0 fixes a bug where clicking the site logo reset the language back to English.
Your language should stick, not reset
Every multilingual site has a navigation invariant it needs to protect.
Version 1.1.0 fixes a bug that violated this invariant.
The Problem
When a user switched to German, Spanish, Chinese, or Greek, the logo in the header behaved incorrectly. Clicking it reset the site back to the English homepage.
The Fix
The logo link now reads the saved language from localStorage and constructs the correct localized homepage path directly. No redirect, no flash — the correct page loads immediately.
This applies to both the corporate-basic and saas-landing templates.