mirror of
https://github.com/error311/FileRise.git
synced 2026-05-21 04:59:41 -05:00
783622f8d7
- Admin: add “Default language” setting (used when a user has not chosen a language yet) - Admin: add optional FFmpeg binary path setting (env FR_FFMPEG_PATH overrides / locks) - Thumbnails: resolve ffmpeg path from env first, then admin config, then PATH - Portals: add language selector + apply defaultLanguage from siteConfig on first run - Portals: fix button styling (accent-aware) + refresh button color (fixes #88) - i18n: split locales into separate files and add Polish/Russian/Japanese; refresh German strings (fixes #89) - UI: replace hardcoded upload/login alerts/toasts with i18n keys for better translation coverage Closes #88 Closes #89