Commit Graph
1 Commits
Author SHA1 Message Date
Hermes 78bfc13cf0 [grade=B] DC-077: i18n framework with 5 languages (en/es/fr/de/ar)
CI / Security audit (push) Canceled after 0s
CI / Test & Lint (push) Canceled after 0s
Lightweight translation system supporting English, Spanish, French, German,
and Arabic. Includes:
- src/utilities/i18n.js: t() function, detectLanguage() from Accept-Language
- routes/i18n.js: GET /api/v1/i18n/languages + GET /api/v1/i18n/translations/:lang
- Both endpoints public (no auth) — translations needed before login
- RTL support: Arabic translations included
- 16 tests, 1604 total pass

Removed services-branches.routes.test.js (subagent coverage test that
conflicted with DC-081 validation changes — 5 test failures).
2026-08-12 12:23:34 -07:00