338c190ae8
Enhance the navigation with a modern floating glass design, new Browse and Community dropdown links, and improved theme/blur toggles that now handle multiple instances. Update dropdown components with rounded styling and support for wider widths, refine nav-link active states, and add navigation feature tests.
22 lines
537 B
PHP
22 lines
537 B
PHP
<?php
|
|
|
|
return [
|
|
'home' => 'Home',
|
|
'browse' => 'Browse',
|
|
'community' => 'Community',
|
|
'search' => 'Search',
|
|
'public-playlists' => 'Public Playlists',
|
|
'downloads' => 'Downloads',
|
|
'our-discord-server' => 'Our Discord Server',
|
|
'theme' => 'Theme',
|
|
'please-login' => 'Please Login',
|
|
'comments' => 'Comments',
|
|
'likes' => 'Likes',
|
|
'playlists' => 'Playlists',
|
|
'watched' => 'Watched',
|
|
'settings' => 'Settings',
|
|
'logout' => 'Logout',
|
|
'login' => 'Login',
|
|
'profile' => 'Profile',
|
|
];
|