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 from uiSrc/i18n.
  • redisinsight/ui/src/i18n/locales/en.json and bg.json — the translations (flat keys).
  • redisinsight/ui/src/i18n/i18next.d.ts — augments i18next types from en.json, so keys are type-checked (a typo in t('…') fails type-check).
  • i18next.config.mjs — extraction config.
  • scripts/check-i18n-locales.js — duplicate-key CI check.

Choosing the API

Installs
4
GitHub Stars
8.7K
First Seen
Jul 3, 2026
i18n — redis/redisinsight