Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzimul/koa-languages
Internationalization
https://github.com/lzimul/koa-languages
Last synced: 17 days ago
JSON representation
Internationalization
- Host: GitHub
- URL: https://github.com/lzimul/koa-languages
- Owner: lZiMUl
- License: gpl-3.0
- Created: 2021-12-27T07:57:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T08:08:40.000Z (about 3 years ago)
- Last Synced: 2025-01-24T10:40:38.922Z (17 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Welcome to koa-languages
[![BiliBili](https://img.shields.io/badge/BiliBili-koa--languages%20開發者B站-red?logo=bilibili)](https://b23.tv/ymEtPO)
[![Github](https://img.shields.io/github/issues/lZiMUl/koa-languages?label=Issues&logo=github)](https://github.com/lZiMUl/koa-languages/issues)
[![Github](https://img.shields.io/github/forks/lZiMUl/koa-languages?label=Forks&logo=github)](https://github.com/lZiMUl/koa-languages/network/members)
[![Github](https://img.shields.io/github/stars/lZiMUl/koa-languages?label=Stars&logo=github)](https://github.com/lZiMUl/koa-languages/stargazers)
[![Github](https://img.shields.io/github/license/lZiMUl/koa-languages?label=License&logo=github)](https://github.com/lZiMUl/koa-languages/blob/main/LICENSE)## Browser Support
![Chrome](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/chrome.png) | ![Firefox](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/firefox.png) | ![Safari](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/safari.png) | ![Opera](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/opera.png) | ![Edge](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/edge.png) | ![IE](https://raw.githubusercontent.com/lZiMUl/koa-languages/main/assets/images/icons/internet-explorer.png) |
--- | --- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ |Install Command:
```
npm install koa-languages --save
```Use:
```js
import Languages from 'koa-languages';/* Simulated KOA Network Framework Routing,
* lang
*/
const lang = socket.request.header['accept-language'].split(',')[0]);
new Languages(lang, (socket) => {
socket.body = socket.hello;
})
```