react-i18next-typescript
Typescript bindings for i18next-typescript
How to use?
- Check out the documentation for i18next-typescript for a general overview and how to generate types.
- Afterwards re-export the typed version of your React helpers, e.g.
useTranslation
:
;;;; ; TranslationKeys>;
Import your re-exported useTranslation
and t
will be typed, giving you autocompletion and errors for missing keys.