v0.0.2.1b
21 March 2026
Patch release (v0.0.2.1b): BCP-47-style locale tags for site language, legacy cookie migration, English copy apostrophe fixes; codename Lattice unchanged.
Changed
- i18n: stored language uses `en-us`, `de-de`, `th-th`, `zh-cn`; `normalizeLanguage` maps legacy `en`/`de`/`th`/`zh` from cookies and localStorage.
- Changelog and status-development locale keys use `de-de` / `th-th` / `zh-cn`; `getLocalizedChangelogDisplay` and project `locales` aligned.
- Project rules (stack): locale tag conventions and reserved future tags (e.g. ja-jp, ko-kr).
- Root layout default `<html lang>` set to `en-US` (client still updates via `toHtmlLang`).
Fixed
- English UI: removed literal `'` sequences in JS/TS string copy so apostrophes render correctly (Partner, About, Careers, Process, Projects, Branding, Vexoris HR, History, Team, Web dev, and related pages).