[PR #931] [MERGED] Fix/breadcrumb i18n key #1130

Closed
opened 2026-05-06 12:35:14 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/931
Author: @legend813
Created: 4/9/2026
Status: Merged
Merged: 4/10/2026
Merged by: @maziggy

Base: devHead: fix/breadcrumb-i18n-key


📝 Commits (1)

  • 9f5eef9 fix(projects): fix breadcrumb showing i18n key instead of translated text

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/src/pages/ProjectDetailPage.tsx (+1 -1)

📄 Description

Description

changes ProjectDetailPage.tsx line 459 to

{t('nav.projects')}

Fixes ##929

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Changes Made

changes ProjectDetailPage.tsx line 459 to

{t('nav.projects')}

Screenshots

Then:
image

Now:
image

Testing

  • I have tested this on my local machine
  • I have tested with my printer model:

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes generate no new warnings
  • I have tested my changes thoroughly

Additional Notes


🔄 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/maziggy/bambuddy/pull/931 **Author:** [@legend813](https://github.com/legend813) **Created:** 4/9/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `dev` ← **Head:** `fix/breadcrumb-i18n-key` --- ### 📝 Commits (1) - [`9f5eef9`](https://github.com/maziggy/bambuddy/commit/9f5eef9f37b9e71aa1f225d210fc0c65ebbffc38) fix(projects): fix breadcrumb showing i18n key instead of translated text ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/ProjectDetailPage.tsx` (+1 -1) </details> ### 📄 Description ## Description changes `ProjectDetailPage.tsx` line 459 to ```typescript {t('nav.projects')} ``` ## Related Issue <!-- Link to the issue this PR addresses (if applicable) --> Fixes ##929 ## Type of Change <!-- Mark the relevant option with an "x" --> - [X] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Changes Made <!-- List the specific changes made in this PR --> changes `ProjectDetailPage.tsx` line 459 to ```typescript {t('nav.projects')} ``` ## Screenshots Then: <img width="834" height="251" alt="image" src="https://github.com/user-attachments/assets/8cb0a5aa-ae80-4658-9ab0-853781931cca" /> Now: <img width="184" height="94" alt="image" src="https://github.com/user-attachments/assets/edb43570-f78f-45db-8de5-faa27ec854de" /> ## Testing <!-- Describe how you tested your changes --> - [X] I have tested this on my local machine - [ ] I have tested with my printer model: <!-- e.g., X1C, P1S, A1 --> ## Checklist - [X] My code follows the project's coding style - [ ] I have commented my code where necessary - [ ] I have updated the documentation (if needed) - [X] My changes generate no new warnings - [X] I have tested my changes thoroughly ## Additional Notes <!-- Add any additional information that reviewers should know --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:35:14 +02: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/bambuddy#1130
No description provided.