i18n:用于Lad的i18n包装器和Koa中间件 源码
Lad的i18n包装器和Koa中间件 目录 安装 : npm install @ladjs/i18n : yarn add @ladjs/i18n 用法 const I18N = require ( '@ladjs/i18n' ) ; const phrases = { 'HELLO' : 'Hello there!' } ; const i18n = new I18N ( { phrases } ) ; // ... app . use ( i18n . middleware ) ; app . use ( i18n . redirect ) ; // ... routes go h
文件列表
i18n-master.zip
(预估有个18文件)
i18n-master
.travis.yml
79B
locales
zh.json
22B
en.json
22B
es.json
22B
index.js
11KB
package.json
3KB
.github
FUNDING.yml
90B
暂无评论