Select language: EnglishČesky

LinguiJS example

This is an example integration of LinguiJS with React apps.

Message formatting

All messages use ICU MessageFormat, but Trans macro generates this syntax from JSX.

Variables

Messages can include variables:

Hello World

Components

HTML and React components works without extra configuration.

Props and strings

React props and strings can be translated using i18n core:

Formatting

Plurals

There's one book

Dates

Today is 12/15/2018

Numbers

It costs $2,000.00 which is 20% of our income.