mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Added i18next and react-i18next for localization support. - Created i18n configuration in `src/i18n.ts` and set up language detection. - Introduced `I18nProvider` to manage i18n context and resource updates. - Added localization files for English and Chinese (Simplified) with necessary translations. - Updated `ErrorElement` component to utilize translations for error messages. - Enhanced dashboard documentation with i18n usage guidelines. Signed-off-by: Innei <tukon479@gmail.com>