Commit Graph

2 Commits

Author SHA1 Message Date
fspecii bc9cfd16bb Add missing translation keys: artist, collapseSidebar, expandSidebar, deletePlaylist 2026-02-08 18:52:33 +02:00
fspecii c219edb037 Add i18n system with 4-language support (en/zh/ja/ko)
- Add I18nContext provider with useI18n hook and localStorage persistence
- Add translations.ts with complete strings for English, Chinese, Japanese, Korean
- Wrap App in I18nProvider, replace hardcoded toast messages with t() calls
- Add language selector to SettingsModal with Globe icon
- Add localization credits in About section
- Default language: English
- Add I18N_USAGE.md documentation
2026-02-08 18:19:08 +02:00