From 8acb3a281b5d4ab8ecfd7e67ab3bf505edc6531e Mon Sep 17 00:00:00 2001 From: TerryM Date: Tue, 2 Jun 2026 10:47:36 +0800 Subject: [PATCH] fix: opt out of browser auto-translation The app ships its own 7-language i18n and serves localized content, but mobile browsers (Google Translate) were auto-translating the Chinese UI into broken English (brand, nav, language dropdown). Add translate="no" + the Google notranslate meta, and keep the attribute set on language changes. Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 5 ++++- src/components/DocumentMeta.tsx | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4751cc1..d3f15da 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,10 @@ - + + +