Page body
What this module is for
Languages is the backoffice catalog page for checking which admin languages exist and whether each language is currently active or inactive.
Included units
- List
Paginated language table with status filter and activate or deactivate action.
When operators usually use this module
- confirm whether a language is currently active
- activate a language that should become available
- deactivate a language that should no longer stay active
- check the language code tied to a visible language name
Common confusion
- This page is the admin language catalog with status toggles. It is not the same thing as CMS active-language configuration.
- The table is filterable by status only. There is no inline create or edit form on this route.
- Status changes use a confirmation dialog before the backend update runs.
Verification status
- status:
verified_fe_only - FE list, filter, pagination, and status-toggle flow are mapped
- the pack records observed admin routes from FE hooks, but backend service ownership is not fully verified here