Skip to content

Conversation

@junhoyeo
Copy link
Collaborator

@junhoyeo junhoyeo commented Jan 6, 2026

Summary

Follow-up to #481. Adds the same plugins and plugins_override documentation to the Japanese and Chinese README files.

Changes

  • Added plugins toggle to the compatibility toggles table in README.ja.md and README.zh-cn.md
  • Added plugins_override example and explanation in both files
  • Translations match the style of existing content in each README

Related


Summary by cubic

Add plugins toggle and plugins_override documentation to README.ja.md and README.zh-cn.md, including a table entry and a JSON example for disabling specific plugins. Keeps i18n docs in sync with the main README.

Written for commit 8cb40f7. Summary will update on new commits.

@junhoyeo junhoyeo changed the title docs(i18n): add plugins and plugins_override toggle documentation docs: add plugins and plugins_override toggle documentation Jan 6, 2026
@junhoyeo junhoyeo changed the title docs: add plugins and plugins_override toggle documentation docs(i18n): add plugins and plugins_override toggle documentation Jan 6, 2026
@junhoyeo junhoyeo merged commit 115e465 into dev Jan 6, 2026
4 checks passed
@junhoyeo junhoyeo deleted the docs/add-plugins-toggle-i18n branch January 6, 2026 20:50
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@greptile-apps
Copy link

greptile-apps bot commented Jan 6, 2026

Greptile Summary

Adds Japanese and Chinese translations of the plugins and plugins_override configuration documentation to complete the i18n coverage from PR #481.

  • Added plugins: false to the compatibility toggles example JSON in both README.ja.md and README.zh-cn.md
  • Added plugins row to the compatibility toggles table explaining the marketplace plugin paths
  • Added plugins_override section with JSON example showing how to selectively disable specific plugins
  • Translations are accurate and consistent with the English version
  • Maintains the informal, conversational style appropriate for each language (polite Japanese, casual Chinese)

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it only adds documentation translations
  • Documentation-only changes that accurately translate existing English content to Japanese and Chinese. The additions match the structure, format, and content of the original English documentation from PR docs: add plugins and plugins_override toggle documentation #481. No code changes, no logic issues, and translations maintain appropriate tone.
  • No files require special attention

Important Files Changed

Filename Overview
README.ja.md Added Japanese translations for plugins and plugins_override documentation, consistent with English version
README.zh-cn.md Added Chinese translations for plugins and plugins_override documentation, consistent with English version

Sequence Diagram

sequenceDiagram
    participant Author as PR Author
    participant EN as README.md (English)
    participant JA as README.ja.md (Japanese)
    participant ZH as README.zh-cn.md (Chinese)
    participant Users as International Users

    Note over Author,Users: PR #481: English documentation added
    Author->>EN: Add plugins & plugins_override docs
    EN-->>Users: English speakers can configure plugins

    Note over Author,Users: PR #554: i18n follow-up
    Author->>EN: Read original English content
    EN-->>Author: plugins toggle & plugins_override example
    
    Author->>JA: Translate to Japanese
    Note over JA: Add "plugins: false" to JSON<br/>Add plugins row to table<br/>Add plugins_override section
    
    Author->>ZH: Translate to Chinese
    Note over ZH: Add "plugins: false" to JSON<br/>Add plugins row to table<br/>Add plugins_override section
    
    JA-->>Users: Japanese speakers can configure plugins
    ZH-->>Users: Chinese speakers can configure plugins
    
    Note over Users: Complete i18n coverage achieved
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants