docs(bthread): translate English bthread documentation - #3503
Open
darion-yaphet wants to merge 1 commit into
Open
docs(bthread): translate English bthread documentation#3503darion-yaphet wants to merge 1 commit into
darion-yaphet wants to merge 1 commit into
Conversation
darion-yaphet
force-pushed
the
docs/translate-bthread-en
branch
from
August 29, 2026 08:56
8685302 to
f0650d6
Compare
English bthread pages were placeholders, so README and overview linked readers to empty stubs. Fill in the translations and add cross-language links.
darion-yaphet
force-pushed
the
docs/translate-bthread-en
branch
from
August 29, 2026 08:56
f0650d6 to
ca0697d
Compare
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.
What problem does this PR solve?
Issue Number: N/A
Problem Summary:
English bthread docs were placeholders ("This document has not yet been translated") while the Chinese pages were complete.
README.mdanddocs/en/overview.mdalready link to those English pages, so English readers land on empty stubs. Thebthread.mdplaceholder was also mistitleduthread.What is changed and the side effects?
Changed:
docs/en/bthread.md,bthread_or_not.md,bthread_id.md,bthread_tagged_task_group.md,bthread_tracer.md, andexecution_queue.mdfrom the Chinese originals.English versionlinks on the corresponding Chinese pages.docs/en/overview.mdat the English bthread pages instead of../cn/.Side effects:
Performance effects: none (documentation only).
Breaking backward compatibility: none.
Check List: