updated choices to use gettext #8373

Closed
opened 2025-12-29 20:35:54 +01:00 by adam · 0 comments
Owner

Originally created by @arthanson on GitHub (Jul 27, 2023).

Originally assigned to: @arthanson on GitHub.

Proposed Changes

In order to correctly support internationalization, choices (in choices.py) need to be audited and make sure all strings are using gettext.

Note: Splitting the internationalization work of similar model, forms, tables into separate issues as they are quite large and don't effect each other.

Justification

Choices selections need their labels use gettext for internationalization.

Originally created by @arthanson on GitHub (Jul 27, 2023). Originally assigned to: @arthanson on GitHub. ### Proposed Changes In order to correctly support internationalization, choices (in choices.py) need to be audited and make sure all strings are using gettext. Note: Splitting the internationalization work of similar model, forms, tables into separate issues as they are quite large and don't effect each other. ### Justification Choices selections need their labels use gettext for internationalization.
adam added the type: housekeeping label 2025-12-29 20:35:54 +01:00
adam closed this issue 2025-12-29 20:35:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8373