You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(i18n): make zh pages render Chinese content + add zh install page (#750)
* fix(i18n): make zh pages render Chinese content + add zh install page
- Remove `force-static` from [product]/[filename] route so getLocale()
reads the x-language header at request time (force-static froze locale
to build-time "en", causing /zh/pricing etc. to render English).
- Add content/pages/YakShaver/zh/install.json (Chinese install page;
previously fell back to English due to missing file).
- Align zh navigation bar structure with the English version (add Install
item, openInNewTab flags, CONTACT US + Portal buttons) keeping Chinese labels.
- Include pre-existing zh/home.json content tweaks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix the wording
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments