Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/messengerjs/messenger-i18n
- Owner: messengerjs
- License: mit
- Created: 2017-10-22T11:34:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T11:36:30.000Z (about 7 years ago)
- Last Synced: 2024-12-24T16:37:43.276Z (10 days ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/