[fix](doc) restructure zh 2.1 function-doc headings + add missing translation#3738
Merged
Merged
Conversation
…ranslation - ngram-search, to-quantile-state: section headings were still in English (## Description / Syntax / Parameters / Return value / Example) on zh pages; translate to 描述 / 语法 / 参数 / 返回值 / 举例. - multi-search-all-positions, multi-match-any, array-contains: the pages had a redundant function-name heading plus empty `## 描述` / `## 语法` sections, with the description prose and signature both dumped under 语法. Restructure so the description sits under 描述 and the signature under 语法; drop the duplicate title. - DROP-MATERIALIZED-VIEW (sync): the zh 2.1 page was missing, so the site fell back to English. Add the Chinese translation. Reported in apache#2525, apache#2537, apache#2526, apache#2527, apache#2530, apache#2544. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Structure/translation fixes in the Chinese 2.1 docs (reader-reported):
## Description/Syntax/Example) → 描述/语法/举例## 描述/## 语法with desc & signature both under 语法 → restructureTest plan
Closes #2525
Closes #2537
Closes #2526
Closes #2527
Closes #2530
Closes #2544