[PR #255] [MERGED] fix: add i18n #714

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

📋 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: devHead: add-i18n


📝 Commits (2)

  • c9b05ca fix: add i18n
  • b1da2ef fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/255 **Author:** [@Pleasurecruise](https://github.com/Pleasurecruise) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `add-i18n` --- ### 📝 Commits (2) - [`c9b05ca`](https://github.com/codexu/note-gen/commit/c9b05ca3ad163c3de459c970ae130fdee1aae7f8) fix: add i18n - [`b1da2ef`](https://github.com/codexu/note-gen/commit/b1da2ef0aa7a9b6ae12f843af87da8fe0ee29fe3) fix: enhance i18n support for search items ### 📊 Changes **7 files changed** (+101 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description add i18n display for some Chinese text & fix some Japanese translation --- <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:25 +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#714
No description provided.