yumoqing e7bca7269e feat: add i18n support and app icon in top-left corner
- 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
2026-06-22 20:43:13 +08:00

10 lines
178 B
JSON

{
"open": "Open",
"prev": "Prev",
"play_pause": "Play/Pause",
"next": "Next",
"url_placeholder": "Enter video URL...",
"load": "Load",
"fullscreen": "Fullscreen"
}