Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/messengerjs/messenger-i18n

πŸ™Š Make your Messenger Bot speak your user’s language
https://github.com/messengerjs/messenger-i18n

Last synced: 5 days ago
JSON representation

πŸ™Š Make your Messenger Bot speak your user’s language

Awesome Lists containing this project

README

        

# messenger-i18n

[![build status](https://img.shields.io/travis/AndreasPizsa/messenger-i18n.svg)](https://travis-ci.org/AndreasPizsa/messenger-i18n)
[![code coverage](https://img.shields.io/codecov/c/github/AndreasPizsa/messenger-i18n.svg)](https://codecov.io/gh/AndreasPizsa/messenger-i18n)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/AndreasPizsa/messenger-i18n.svg)](LICENSE)

> πŸ™Š Make your Messenger Bot speak your user's language

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install messenger-i18n
```

[yarn][]:

```sh
yarn add messenger-i18n
```

## Usage

```json
{
"plugins": {
"i18n" : true
}
}
```

```json
{
"plugins": {
"i18n" : "/path/to/locale/data"
}
}
```

## Contributors

| Name | Website |
| ----------------- | --------------------------------- |
| **Andreas Pizsa** | |

## License

[MIT](LICENSE) Β© [Andreas Pizsa](https://github.com/AndreasPizsa)

##

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/