i18next
- Ensure that your React i18next application has valid and up to date translations by using i18n-check. In this post we will go through how to setup and run the checks to ensure that no broken, missing or unused keys exit in your localization files.
- A collection of tips and tricks to get more out of i18next and react-i18next when using it with your application or website. This post covers a wide range of topics, including pluralization, React components, hooks, validation, TypeScript and much more.
- Quick tips and tricks when working with dynamic keys in i18next. There are situations where we only know at runtime what the correct translation key is. This post will explain how to setup your code to work with dynamic translation keys and how to make the extraction code work nicely with those defined keys.