文件名称:grunt-i18n-properties:将 java i18n 属性文件转换为 json 的 grunt 任务
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-03 09:47:51
JavaScript
grunt-i18n-properties 用于将 java 属性 i18n 和 l10n 文件转换为 javascript 源或 json 的 grunt 插件 入门 这个插件需要 Grunt ~0.4.5 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-i18n-properties --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-i18n-properties' ) ; “i18n”任务 概述 i18n 将一堆 java i18n 属性文件转换为特定于语言环境的 json 文件。 一bundle i18n 文件具有三级层次结
【文件预览】:
grunt-i18n-properties-master
----LICENSE-MIT(1KB)
----package.json(944B)
----tasks()
--------i18n-properties.js(2KB)
----sample()
--------General_en_AU.properties(22B)
--------General_en_US.properties(21B)
--------General_es.properties(23B)
--------General_en.properties(203B)
--------General_zh.properties(30B)
----Gruntfile.js(937B)
----.gitignore(21B)
----README.md(4KB)