mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #7] Language change does not apply to all areas of the UI - some remain in French when set to English #118
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#118
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?
Originally created by @turnipy on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/7
When set to English, multiple areas still appear in French.
For example, when I open available updates, then click upgrade, the next window is all in French instead of English. I have seen one or more other locations but sorry I didnt record where.
@DanaramaPyjama commented on GitHub (Feb 18, 2026):
+1 for this
@adminsyspro commented on GitHub (Feb 18, 2026):
Thanks for reporting this. We've pushed a fix in commit
604b00cthat addresses the majority of hardcoded French strings in the UI.What was fixed:
fr-FRdate formatting replaced with locale-aware formatting across 11 component filesRemaining (lower priority):
After updating, switching to English should now show a fully English UI. Please let us know if you still spot any French strings when set to English.
@turnipy commented on GitHub (Feb 18, 2026):
Much better thank you. Note that when I updated to test this fix, my proxmox cluster and PBS connections were failing until I reapplied the API token and secret to both, then it worked again
@StopTheNewWorldOrder commented on GitHub (Feb 19, 2026):
@adminsyspro I updated and just noticed in frontend/public/novnc/console.html there is still some hard-coded French that shows up in the console UI's toolbar on the 3 leftmost icons for vm-actions hover
... and in the text labels of the 2 buttons on the right.
@adminsyspro commented on GitHub (Feb 19, 2026):
Good catch! Fixed in cb1b7d3 — all hardcoded French text in the VNC console has been translated to English. Thanks for reporting!
@StopTheNewWorldOrder commented on GitHub (Feb 19, 2026):
Glad I could help and thank you @adminsyspro, great project!
@adminsyspro commented on GitHub (Feb 19, 2026):
If you have any suggestions or features requests, doesn't hesitate to post here : https://github.com/adminsyspro/proxcenter-ui/discussions
Regards.
@DwayneGoddem commented on GitHub (Feb 19, 2026):
When you try to add a host and it fail's you get this text in a RED banner at the top on the pop window
"Non authentifié"
@adminsyspro commented on GitHub (Feb 20, 2026):
All hardcoded French/English strings across the UI have been internationalized or translated. Here's what was done:
3 commits covering 30+ files, ~800 translation keys added:
Pages & components fixed:
Approach:
next-intlt()translation callsen.jsonandfr.jsonSwitching language now applies consistently across the entire UI.