Follow up from #4152
LocaleSelector currently lives under batchactions, but it's a general-purpose component, not something specific to batch actions.
It should be factored out and moved into the locale module instead, following the example of project/ProjectMenu and resource/ResourceMenu.
This will keep component organization consistent with how menu/selector components are structured elsewhere in the codebase.
Follow up from #4152
LocaleSelectorcurrently lives underbatchactions, but it's a general-purpose component, not something specific to batch actions.It should be factored out and moved into the
localemodule instead, following the example ofproject/ProjectMenuandresource/ResourceMenu.This will keep component organization consistent with how menu/selector components are structured elsewhere in the codebase.