mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-26 05:15:54 +03:00
[PR #743] [CLOSED] 從新更新繁體中文 #776
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#776
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/743
Author: @TW199501
Created: 10/29/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (4)
6e762bcfeat: 新增繁體中文語言支援和界面優化4dd68f9feat: add webview support and enhance project tooling530ed4aComplete repository setup for TW199501/note-gencb6e09cfeat: 新增繁體中文 (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.