Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 802 Bytes

This is a Next.js project bootstrapped with create-next-app.

to try it, run the following commands

> git clone https://github.com/Ar-mane/typed-i18next-example
> cd typed-i18next-example 
> yarn install 
> yarn dev 

About

This is a typed i18next example with next
you can use it with next, Reactjs and react Native

read more about i18next here

you may need to add polyfill from js format such as :

  • Intl.PluralRules
  • Intl.RelativeTimeFormat
  • Intl.ListFormat
  • Intl.DisplayNames
  • Intl.NumberFormat (ES2020)
  • Intl.Locale
  • Intl.getCanonicalLocales
  • Intl.DateTimeFormat (ES2020)

Read more about format js : https://formatjs.io/docs/polyfills/