Skip to main content

Intro

Talkr is the lightest i18n provider for React applications. It supports Typescript, provides autocompletion, has 0 dependencies, and is very easy to use.

Features:​

  • Auto-detect browser language
  • Auto-detect plural rules based on any language
  • Dynamic translations with multiple keys
  • Access deeply nested keys in json translations files
  • Adapts syntax to gender
  • Supports React Native
  • Provides typescript autocompletion for your keys (🤘)

Installation​

// with npm
npm install talkr
// with yarn
yarn add talkr