Merge branch 'main' into terry-wallet-login
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 30s

# Conflicts:
#	src/App.tsx
This commit is contained in:
TerryM
2026-06-04 12:04:22 +08:00
8 changed files with 126 additions and 32 deletions

View File

@@ -302,7 +302,7 @@ export function PublicLayout() {
const nav = useNavigate();
const lp = useLocalizedPath();
// Keep i18n state in sync with URL so deep links (`/malay/browse`) flip the
// Keep i18n state in sync with URL so deep links (`/ms/browse`) flip the
// UI language even if the user navigated via address bar or shared link.
useEffect(() => {
const urlLang = languageFromPathname(pathname);