From ab53b2f017be1d721d8a4ea6eafb69651497932a Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Wed, 17 Sep 2025 01:54:03 +0900 Subject: [PATCH] Add translate="no" to (#2053) ## Description: This PR prevents automatic browser translation (e.g., in Chrome) from triggering immediately upon page load. This approach is somewhat of a workaround, so it would be better if another fix could be found. Please refer to the following issue for the rationale: #2052 Fixes #2052 ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: Aotumuri Co-authored-by: evanpelle --- src/client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.html b/src/client/index.html index cbf856072..483eafcb2 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -1,5 +1,5 @@ - +