translation

This is a library for translating text for React.

MIT License

Downloads
12
Stars
2
Committers
2

Translation

This is a library for translating text.

Summary

Requirements

Installation

Using npm:

$ npm install --save @benjaminnoufel/translation

Using yarn:

$ yarn add @benjaminnoufel/translation

Config options

key value default
locale string en
fallbackLng string en
separator string .
fallbackMsg string TODO{separator}{word}{locale} or ""
messages object {}

⚠️ messages must respect the JSON norm

Examples

see Examples

Changelog

see CHANGELOG

Contributing

see CONTRIBUTING

License

see LICENSE