grunt-static-i18next:用于静态资产国际化的Grunt插件

时间:2024-05-25 12:57:40
【文件属性】:

文件名称:grunt-static-i18next:用于静态资产国际化的Grunt插件

文件大小:123KB

文件格式:ZIP

更新时间:2024-05-25 12:57:40

JavaScript

静态国际化 Grunt插件可使用i18next转换器翻译静态资产。 说您有: app/ ├── Gruntfile.js └── app ├── locale │ ├── en │ │ └── ns.common.json │ │ └── ns.special.json │ └── en-US │ └── ns.common.json │ └── ns.special.json └── static └── data.json └── template.html 静态国际化想要: app/ ├── Gruntfile.js └── app ├── i18next_static │ ├── en │ │ └──


【文件预览】:
grunt-static-i18next-master
----.jshintrc(191B)
----tsd.json(808B)
----bower.json(106B)
----Gruntfile.js(5KB)
----src()
--------nsloaderTask.ts(12KB)
--------static_i18nextTask.ts(7KB)
--------static_i18next.ts(1KB)
--------inc.d.ts(176B)
----tasks()
--------static_i18next.js(1KB)
--------nsloaderTask.js(13KB)
--------static_i18nextTask.js(8KB)
----LICENSE(1KB)
----test()
--------static_i18next_test.js(3KB)
--------fixtures()
--------nsloader_test.js(3KB)
--------expected()
----README.md(3KB)
----typings()
--------nodeunit()
--------i18next()
--------q()
--------tsd.d.ts(303B)
--------node()
--------jquery()
--------gruntjs()
--------lodash()
----.editorconfig(214B)
----.gitignore(37B)
----package.json(954B)

网友评论