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

@@ -70,7 +70,7 @@ function internalPath(linkUrl: string): string | null {
/**
* Banner link URLs are stored unprefixed (e.g. `/browse?post=123`). When the
* viewer is on a non-English locale we must re-prefix them with the active
* language path (`/malay/browse?post=123`) so navigation doesn't drop into
* language path (`/ms/browse?post=123`) so navigation doesn't drop into
* the English version of the post.
*/
function localizeLinkUrl(linkUrl: string, lang: Lang): string {