Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.22 KB

readme-i18n.md

File metadata and controls

15 lines (13 loc) · 1.22 KB

Internationalization (i18n)

Currently the protoype is available in Czech and English with the ability to change language in runtime.

API

  • offers a function translation t() or a React element to be used in templates <Trans>text_to_translate</Trans>
  • support for language switch during runtime
  • support for interpolation and formatting of variables
  • support for plurals
  • potentially working dictionary file extractors (translation scanners) 1 2