react-i18next documentation
🏠 i18next🌐 localization as a serviceπŸŽ“ i18next crash courseπŸ’Ύ GitHub Repository
  • Introduction
  • Getting started
  • Guides
    • Drawbacks of other i18n solutions
    • Quick start
    • Multiple Translation Files
    • Extracting translations
  • latest
    • Step by step guide
    • i18next instance
    • useTranslation (hook)
    • withTranslation (HOC)
    • Translation (render prop)
    • Trans Component
    • I18nextProvider
    • SSR (additional components)
    • Migrating v9 to v10
    • TypeScript
  • Misc
    • Using with ICU format
    • Using with fluent format
    • Testing
  • legacy v9
    • Step by step guide (v9)
    • Overview (v9)
    • i18next instance (v9)
    • I18nextProvider (v9)
    • withI18n (v9)
    • withNamespaces (v9)
    • NamespacesConsumer (v9)
    • Trans Component (v9)
    • Interpolate (v9)
    • SSR (v9)
  • 🌐localization as a service
  • πŸŽ“i18next crash course
  • πŸ’ΎGitHub Repository
Powered by GitBook
On this page
  1. Misc

Using with fluent format

i18next itself is flexible enough to support multiple existing i18next formats beside it's own.

Find the full working sample here:

https://github.com/i18next/react-i18next/tree/master/example/react-fluent

Last updated 1 year ago