Update Messages for internationalization #10028

Closed
opened 2025-12-29 21:25:56 +01:00 by adam · 0 comments
Owner

Originally created by @arthanson on GitHub (Jul 31, 2024).

Originally assigned to: @arthanson on GitHub.

Proposed Changes

There are quite a few places in the code that messages (for popop toasts) are not internationalized, for example: https://github.com/netbox-community/netbox/blob/develop/netbox/account/views.py#L162 They can be found by doing a search for "messages."

Justification

These are user facing messages and so need to be internationalized.

Originally created by @arthanson on GitHub (Jul 31, 2024). Originally assigned to: @arthanson on GitHub. ### Proposed Changes There are quite a few places in the code that messages (for popop toasts) are not internationalized, for example: https://github.com/netbox-community/netbox/blob/develop/netbox/account/views.py#L162 They can be found by doing a search for "messages." ### Justification These are user facing messages and so need to be internationalized.
adam added the type: housekeeping label 2025-12-29 21:25:56 +01:00
adam closed this issue 2025-12-29 21:25:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10028