- Added i18n JSON files (zh.json, en.json) with auto language detection - Updated miniplayer.ui to use i18n keys for all button labels - Added MiniPlayerIcon overlay in top-left corner of main window - Load i18n translations on app startup based on system locale
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"open": "Open",
|
|
"prev": "Prev",
|
|
"play_pause": "Play/Pause",
|
|
"next": "Next",
|
|
"url_placeholder": "Enter video URL...",
|
|
"load": "Load",
|
|
"fullscreen": "Fullscreen"
|
|
}
|