i18n
Installation
SKILL.md
Internationalization (i18n)
RedisInsight UI is localized with i18next + react-i18next. English (en)
is the source of truth; Bulgarian (bg) is the second locale.
Where things live
redisinsight/ui/src/i18n/— the i18next instance and barrel. Import fromuiSrc/i18n.redisinsight/ui/src/i18n/locales/en.jsonandbg.json— the translations (flat keys).redisinsight/ui/src/i18n/i18next.d.ts— augments i18next types fromen.json, so keys are type-checked (a typo int('…')failstype-check).i18next.config.mjs— extraction config.scripts/check-i18n-locales.js— duplicate-key CI check.