order navigation group with multi languages

Filament::registerNavigationGroups([
            __('messages.services'),
            __('messages.abouts'),
            __('messages.blogs'),
            __('Offers'),
            __('messages.bookings'),
            __('Pages'),
            __('Settings'),
        ]);


it works with English only

do I have to add them in each language?
Was this page helpful?