Commit graph

1 commit

Author SHA1 Message Date
jedarden
c4c74eb572 feat(search-ui): add i18n locales field to SearchUiIndexConfig (plan §13.21)
- Add `locales` field to SearchUiIndexConfig (HashMap<lang, translations>)
- Enable operators to configure custom translations via config endpoint
- JavaScript already has i18n support (lang query param, fallback to en)
- Add documentation for operators on how to configure locales

Acceptance: GET /ui/search/{index}?lang=fr returns French UI strings when
fr locale configured; falls back to en.
2026-05-31 12:02:07 -04:00