You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we're moving to enable internationalization in NetBox v4.0, we should document every instance where developers must take care to ensure their code supports it. Typically this amounts to wrapping user-visible strings with gettext() or gettext_lazy(), but we should explicitly call out everywhere this may be needed: model fields, form fields, table columns, etc.