boluor opened a new pull request, #3687: URL: https://github.com/apache/doris-website/pull/3687
## Summary The `get-wal-size-action` API doc (`admin-manual/open-api/fe-http/get-wal-size-action.md`) in the **English docs tree** was entirely in Chinese — frontmatter `language: "zh-CN"` and a Chinese body. An English translation had never existed in any version. - Translated the 4 English-tree copies (next, 2.1, 3.x, 4.x) to English and set `language` to `"en"`. - The 4 Chinese `i18n/zh-CN` copies are correct as-is and are left unchanged. - Also fixed the example-2 curl, which was missing the `host_ports=` query-string key (`?192.168.10.11:9050` → `?host_ports=192.168.10.11:9050`), to match the request spec. ## Test plan - [x] Confirmed no English translation existed in any version (all copies were identical Chinese) - [x] Verified no Chinese characters remain in the 4 translated English files - [x] Verified the `host_ports=` key matches the `## Request` spec -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
