Add i18n language selector to dashboard frontend
CI / Test & Lint (push) Canceled after 0s
CI / Security audit (push) Canceled after 0s

- New i18n.js module: window.DCI18n.t(key), language dropdown selector
- Supports 5 languages (en, es, fr, de, ar) with RTL for Arabic
- Translations loaded from /api/v1/i18n/translations/:lang
- Language preference persisted in localStorage
- Added to features.js bundle
This commit is contained in:
Hermes
2026-08-12 18:53:59 -07:00
parent cf57093388
commit 5844bfed72
4 changed files with 396 additions and 188 deletions
+187 -187
View File
File diff suppressed because one or more lines are too long