[PR #3358] [CLOSED] Zh cn #3417

Closed
opened 2026-06-05 18:23:02 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3358
Author: @atlasman
Created: 3/28/2026
Status: Closed

Base: mainHead: zh_CN


📝 Commits (4)

  • 94813e4 docs: add translation system design spec
  • 5bd09d7 feat: initial Chinese documentation infrastructure
  • 5861369 docs: add Chinese translation setup guide
  • c884d6b docs: add mintlify config for Chinese site

📊 Changes

9 files changed (+3672 additions, -0 deletions)

View changed files

.claude/specs/2026-03-28-langchain-docs-translation-design.md (+254 -0)
.github/scripts/init-zh-structure.sh (+125 -0)
.github/scripts/translate.py (+284 -0)
.github/workflows/sync-upstream.yml (+70 -0)
.github/workflows/translate.yml (+74 -0)
mintlify.zh.json (+3 -0)
src/zh/GLOSSARY.md (+85 -0)
src/zh/SETUP.md (+143 -0)
src/zh/docs.json (+2634 -0)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3358 **Author:** [@atlasman](https://github.com/atlasman) **Created:** 3/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `zh_CN` --- ### 📝 Commits (4) - [`94813e4`](https://github.com/langchain-ai/docs/commit/94813e4e65bad78d6518a13de27898307abc2dc5) docs: add translation system design spec - [`5bd09d7`](https://github.com/langchain-ai/docs/commit/5bd09d7fdc3f901981e85f1ea9c54a3e49f38299) feat: initial Chinese documentation infrastructure - [`5861369`](https://github.com/langchain-ai/docs/commit/58613693888d70914da2189166c2f056c98a0891) docs: add Chinese translation setup guide - [`c884d6b`](https://github.com/langchain-ai/docs/commit/c884d6bcbcec4aa9b9c4ff723aa74533084dc292) docs: add mintlify config for Chinese site ### 📊 Changes **9 files changed** (+3672 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.claude/specs/2026-03-28-langchain-docs-translation-design.md` (+254 -0) ➕ `.github/scripts/init-zh-structure.sh` (+125 -0) ➕ `.github/scripts/translate.py` (+284 -0) ➕ `.github/workflows/sync-upstream.yml` (+70 -0) ➕ `.github/workflows/translate.yml` (+74 -0) ➕ `mintlify.zh.json` (+3 -0) ➕ `src/zh/GLOSSARY.md` (+85 -0) ➕ `src/zh/SETUP.md` (+143 -0) ➕ `src/zh/docs.json` (+2634 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:02 -04:00
yindo closed this issue 2026-06-05 18:23:02 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3417