Skip to content

feat(docs): internationalize repository documents and untrack internal design assets - #9

Merged
WardLu merged 1 commit into
mainfrom
feat/i18n-and-repo-hygiene
Sep 2, 2026
Merged

feat(docs): internationalize repository documents and untrack internal design assets#9
WardLu merged 1 commit into
mainfrom
feat/i18n-and-repo-hygiene

Conversation

@WardLu

@WardLu WardLu commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Repository Internationalization (i18n):

    • Convert README.md, CHANGELOG.md, and RELEASE_NOTES.md to English default entries.
    • Preserve original Chinese documentation as README.zh-CN.md, CHANGELOG.zh-CN.md, and RELEASE_NOTES.zh-CN.md.
    • Add bidirectional language switcher links across all document pairs.
    • Passed parity checks via scripts/audit_repo_i18n.py.
  • Repository Hygiene & Information Protection:

    • Untrack internal design documents (docs/design/roadmap-batch.md, docs/design/roadmap-batch-2.md) from Git while preserving local files.
    • Untrack unreferenced design assets (assets/logo-candidates/*, assets/readme/hero-variants/*).
    • Strengthen .gitignore to prevent committing internal docs, asset candidate drafts, and local helper scripts.
    • Add "files" whitelist to npm/shadow-vision/package.json to prevent packaging unintended files.

…l design assets

- Add English README.md, CHANGELOG.md, and RELEASE_NOTES.md as default entries
- Preserve Simplified Chinese mirrors as *.zh-CN.md with bidirectional navigation
- Untrack internal design documents (docs/design) and logo/hero candidate assets
- Update .gitignore for internal docs, asset variants, and local helper scripts
- Add files whitelist to npm/shadow-vision/package.json
@WardLu
WardLu merged commit 4924665 into main Sep 2, 2026
2 checks passed
@WardLu
WardLu deleted the feat/i18n-and-repo-hygiene branch September 2, 2026 19:02
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.

1 participant