Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Internationalization (i18n) is provided via react-intl, used for within plugins (providing 'en' as a default language),A to contribute to global software translation.

The language provided by default is english (key: en).

An additional language pack mechanism is provided that allows to either overwrite default ('en') translations or provide another language languages (fr,...).

Modularity

The desired modularity will be achieved by combining two techniques:

...