mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #627] [MERGED] Sync i18n locales: add 655 translated keys, remove 127 stale keys #1082
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
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#1082
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/627
Author: @aneopsy
Created: 3/6/2026
Status: ✅ Merged
Merged: 3/6/2026
Merged by: @maziggy
Base:
0.2.2b2← Head:fix-i8n📝 Commits (1)
ae7c6b4Add missing i18n keys and remove stale keys across 5 locales📊 Changes
5 files changed (+2091 additions, -1005 deletions)
View changed files
📝
frontend/src/i18n/locales/fr.ts(+77 -21)📝
frontend/src/i18n/locales/it.ts(+693 -26)📝
frontend/src/i18n/locales/ja.ts(+1102 -931)📝
frontend/src/i18n/locales/pt-BR.ts(+80 -22)📝
frontend/src/i18n/locales/zh-CN.ts(+139 -5)📄 Description
Description
Comparison against EN (3,054 keys) revealed 650+ missing keys across it, pt-BR, fr, ja, and zh-CN, plus 127 stale keys from past refactors. All missing keys were added with proper native translations. Stale keys were cleaned up.
Type of Change
Changes Made
All new keys include proper translations: Italian, Brazilian Portuguese, French, Japanese, and Simplified Chinese.
Testing
I have tested this on my local machine
locales.test.tsi18n parity check passes (all locales match EN's 3,054-key structure)All 1058 frontend tests pass (71 test files)
npm run buildsucceeds (tsc + Vite)Spot-checked translations across locales for correctness
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.