docs(changelog): add the 3.18.0 section to the Chinese changelog - #13843
Open
shreemaan-abhishek wants to merge 1 commit into
Open
docs(changelog): add the 3.18.0 section to the Chinese changelog#13843shreemaan-abhishek wants to merge 1 commit into
shreemaan-abhishek wants to merge 1 commit into
Conversation
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.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.
Description
Adds the
3.18.0section todocs/zh/latest/CHANGELOG.md, the Chinese counterpart of theCHANGELOG.mdentry added in #13842, plus its Table of Contents line.It is a line-for-line translation of the English 3.18.0 section: same three groups (
Change/Core/Plugins), same order, same 164 entries, same:warning:markers on the nine backward-incompatible changes. Conventional-commit prefixes, config keys, plugin names and variable names are left in English; only the descriptive text is translated.Note that the Chinese changelog has not been updated since 3.8.0, so this section sits directly above
3.8.0and the 3.9.0 to 3.17.0 entries are still missing. Backfilling those is out of scope here.Local checks:
markdownlint,autocorrect --lint ./docs/zh/latest/,utils/fix-zh-doc-segment.pyandutils/check-category.pyall pass.Checklist