mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #255] [MERGED] fix: add i18n #714
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#714
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/255
Author: @Pleasurecruise
Created: 6/10/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @codexu
Base:
dev← Head:add-i18n📝 Commits (2)
c9b05cafix: add i18nb1da2effix: enhance i18n support for search items📊 Changes
7 files changed (+101 additions, -44 deletions)
View changed files
📝
.gitignore(+1 -0)📝
messages/en.json(+19 -2)📝
messages/ja.json(+40 -23)📝
messages/zh.json(+19 -2)📝
src/app/core/image/no-data.tsx(+7 -5)📝
src/app/core/search/page.tsx(+6 -4)📝
src/app/core/search/search-item.tsx(+9 -8)📄 Description
add i18n display for some Chinese text
& fix some Japanese translation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.