boluor opened a new pull request, #3708:
URL: https://github.com/apache/doris-website/pull/3708

   ## Summary
   
   The English `bit-length.md` (`docs/` and `versioned_docs/version-4.x/`) 
declares `"language": "en"` in its frontmatter, but the entire body (section 
headings — `## 描述`, `## 语法`, `## 参数`, `## 返回值`, `## 示例` — and the prose) is 
Chinese. The frontmatter `description` was also missing the `*` between `字节数` 
and `8` ("字节数 8" instead of "字节数 * 8").
   
   This PR translates the body to English to match the declared language. The 
headings become `## Description`, `## Syntax`, `## Parameters`, `## Return 
Value`, `## Examples`, and the description uses `× 8` to make the 
multiplication explicit. The code examples and result tables are unchanged.
   
   ## Test plan
   
   - [ ] CI doc build passes
   - [ ] Verify the page renders in English with the same examples and result 
tables


-- 
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]

Reply via email to