mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #202] [CLOSED] String Separation and Localization #965
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#965
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/maziggy/bambuddy/pull/202
Author: @nmori
Created: 1/31/2026
Status: ❌ Closed
Base:
main← Head:i18n_ja📝 Commits (10+)
95e114f・Separate embedded strings into resourcesf6419c7packed exe9d6d026・Reflected Copilot suggestions7c30d2bMerge branch 'main' of https://github.com/maziggy/bambuddy into i18n_exe89100a0add i18n60eb15e・Update repository updates1323004Fix conflictsbc22414Merge branch 'main' into i18n_jaf7b06deFixing Lint Check Failures6e66cc0Merge branch 'main' of https://github.com/maziggy/bambuddy into i18n_ja📊 Changes
77 files changed (+19643 additions, -12219 deletions)
View changed files
➕
=2.8.0(+5 -0)➕
backend/.coverage(+0 -0)📝
backend/app/core/config.py(+9 -1)📝
backend/app/i18n/__init__.py(+33 -0)📝
deploy/bambuddy.service(+18 -48)📝
frontend/src/__tests__/components/PrintModal.test.tsx(+5 -5)📝
frontend/src/__tests__/components/SmartPlugCard.test.tsx(+16 -101)📝
frontend/src/__tests__/pages/ArchivesPage.test.tsx(+4 -42)📝
frontend/src/__tests__/pages/SettingsPage.test.tsx(+2 -2)📝
frontend/src/__tests__/pages/StatsPage.test.tsx(+15 -24)📝
frontend/src/components/APIBrowser.tsx(+25 -22)📝
frontend/src/components/AddExternalLinkModal.tsx(+19 -17)📝
frontend/src/components/AddNotificationModal.tsx(+70 -76)📝
frontend/src/components/AddSmartPlugModal.tsx(+97 -95)📝
frontend/src/components/BackupModal.tsx(+33 -19)📝
frontend/src/components/BatchProjectModal.tsx(+14 -12)📝
frontend/src/components/BatchTagModal.tsx(+3 -1)📝
frontend/src/components/CalendarView.tsx(+12 -8)📝
frontend/src/components/ConfigureAmsSlotModal.tsx(+7 -5)📝
frontend/src/components/Dashboard.tsx(+11 -8)...and 57 more files
📄 Description
Description
・Localize the UI into Japanese
・Separate embedded resources during localization
Type of Change
Changes Made
・Separate embedded strings into resources
・Add Japanese localization
Screenshots
Testing
P1S、P2S
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.