Open dedicated issue from #15 by @nasirkhan > localization is not working, in the following code. Is it working for you ? > > $menu->route('post.create', __('New Post'))->if(fn () => Auth()->check() && Auth()->user()->can('create.post')); >