Skip to content

benjaminnoufel/translation

Repository files navigation

Translation

This is a library for translating text.

Code Style CI Test CI Package Package npmjs

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