mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #242] [CLOSED] feat: Complete English internationalization, enhanced skeleton compon… #712
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#712
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/242
Author: @blueyes0101
Created: 6/8/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
ff57497feat: Complete English internationalization, enhanced skeleton component, and browser compatibility fixes - Added comprehensive English UI with 730+ translations, enhanced skeleton component with variants/sizes, fixed Tauri/browser compatibility issues, and created test pages📊 Changes
23 files changed (+2250 additions, -453 deletions)
View changed files
➕
ENGLISH_UI_IMPLEMENTATION.md(+310 -0)📝
src/app/global-error.tsx(+22 -18)📝
src/app/page.tsx(+31 -4)➕
src/app/simple-skeleton-test/page.tsx(+207 -0)➕
src/app/skeleton-test/page.tsx(+160 -0)➕
src/app/translation-test/page.tsx(+204 -0)➕
src/app/ui-translation-test/page.tsx(+382 -0)📝
src/components/app-status.tsx(+138 -163)📝
src/components/error-boundary.tsx(+31 -26)📝
src/components/language-switch.tsx(+19 -10)📝
src/components/local-image.tsx(+47 -17)📝
src/components/providers/NextIntlProvider.tsx(+6 -16)➕
src/components/skeleton-test.tsx(+96 -0)📝
src/components/ui/sidebar.tsx(+3 -1)📝
src/components/ui/skeleton.tsx(+66 -11)➕
src/config/index.ts(+3 -0)➕
src/config/languages.ts(+26 -0)📝
src/db/index.ts(+48 -18)📝
src/hooks/useI18n.ts(+3 -3)📝
src/i18n/request.ts(+14 -15)...and 3 more files
📄 Description
…ent, and browser compatibility fixes - Added comprehensive English UI with 730+ translations, enhanced skeleton component with variants/sizes, fixed Tauri/browser compatibility issues, and created test pages
Overview
This PR adds comprehensive English internationalization support and enhances UI components for better user experience.
Major Features
Technical Improvements
Files Changed: 23 files (+2,250, -453)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.