i18n-node-l:node-i18n 的 __l 函数扩展,用于翻译快速路由

时间:2024-07-02 18:07:56
【文件属性】:

文件名称:i18n-node-l:node-i18n 的 __l 函数扩展,用于翻译快速路由

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-02 18:07:56

JavaScript

-l i18n-node 的 __l 函数扩展,用于翻译快速路由。 设置 安装软件包。 npm install --save i18n i18n-l 扩展i18n模块并转换路由。 // index.js (example ExpressJS application) ... var i18n = require ( 'i18n' ) ; require ( 'i18n-l' ) ( i18n ) ; ... app . get ( i18n . __l ( '/products' ) , function ( req , res ) { ... } ) ;


【文件预览】:
i18n-node-l-master
----.gitignore(23B)
----package.json(580B)
----LICENSE(1KB)
----index.js(275B)
----README.md(433B)

网友评论