mapWithKeys(function ($path) { $code = basename($path); return [$code => title_case(Locale::getDisplayName($code, $code))]; })->toArray(); } }