[PR #743] [CLOSED] 從新更新繁體中文 #776

Closed
opened 2026-03-02 03:41:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/743
Author: @TW199501
Created: 10/29/2025
Status: Closed

Base: devHead: dev


📝 Commits (4)

  • 6e762bc feat: 新增繁體中文語言支援和界面優化
  • 4dd68f9 feat: add webview support and enhance project tooling
  • 530ed4a Complete repository setup for TW199501/note-gen
  • cb6e09c feat: 新增繁體中文 (zh-TW) 語言支援

📊 Changes

32 files changed (+3235 additions, -109 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+15 -15)
📝 .github/ISSUE_TEMPLATE/config.yml (+3 -3)
📝 .github/workflows/release.yml (+27 -27)
📝 README.md (+1 -1)
docs/ci-cd-setup.md (+331 -0)
docs/development-guide.md (+379 -0)
docs/project-structure.md (+56 -0)
docs/repo-migration-guide.md (+175 -0)
docs/ui-architecture.md (+156 -0)
messages/zh-TW.json (+1347 -0)
📝 package.json (+5 -0)
📝 pnpm-lock.yaml (+11 -0)
📝 public/markdown/github-markdown-light.css (+1 -2)
📝 src-tauri/Cargo.lock (+1 -0)
📝 src-tauri/Cargo.toml (+8 -0)
📝 src-tauri/src/main.rs (+8 -0)
src-tauri/src/webview.rs (+57 -0)
📝 src-tauri/src/window.rs (+2 -2)
📝 src/app/core/article/md-editor.tsx (+5 -2)
📝 src/app/core/article/style.scss (+54 -44)

...and 12 more files

📄 Description

更新繁體中文


🔄 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/codexu/note-gen/pull/743 **Author:** [@TW199501](https://github.com/TW199501) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (4) - [`6e762bc`](https://github.com/codexu/note-gen/commit/6e762bc030f16021759adb5dbfdb0a9c9d268c6d) feat: 新增繁體中文語言支援和界面優化 - [`4dd68f9`](https://github.com/codexu/note-gen/commit/4dd68f902f228dc91915dfc58ccd8912b08ea2cf) feat: add webview support and enhance project tooling - [`530ed4a`](https://github.com/codexu/note-gen/commit/530ed4a947524f3b45b72cc523604070f7bf1bd5) Complete repository setup for TW199501/note-gen - [`cb6e09c`](https://github.com/codexu/note-gen/commit/cb6e09c450d441b715334f91c06407587455e14e) feat: 新增繁體中文 (zh-TW) 語言支援 ### 📊 Changes **32 files changed** (+3235 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+15 -15) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+3 -3) 📝 `.github/workflows/release.yml` (+27 -27) 📝 `README.md` (+1 -1) ➕ `docs/ci-cd-setup.md` (+331 -0) ➕ `docs/development-guide.md` (+379 -0) ➕ `docs/project-structure.md` (+56 -0) ➕ `docs/repo-migration-guide.md` (+175 -0) ➕ `docs/ui-architecture.md` (+156 -0) ➕ `messages/zh-TW.json` (+1347 -0) 📝 `package.json` (+5 -0) 📝 `pnpm-lock.yaml` (+11 -0) 📝 `public/markdown/github-markdown-light.css` (+1 -2) 📝 `src-tauri/Cargo.lock` (+1 -0) 📝 `src-tauri/Cargo.toml` (+8 -0) 📝 `src-tauri/src/main.rs` (+8 -0) ➕ `src-tauri/src/webview.rs` (+57 -0) 📝 `src-tauri/src/window.rs` (+2 -2) 📝 `src/app/core/article/md-editor.tsx` (+5 -2) 📝 `src/app/core/article/style.scss` (+54 -44) _...and 12 more files_ </details> ### 📄 Description 更新繁體中文 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#776
No description provided.