-
npm模块i18n-translate-json用于自动翻译node-i18n的JSON文件
资源介绍
i18n-translate-json
通过Google Translate API自动将node-i18n JSON文件转换为不同的语言。
安装
npm install -g i18n-translate-json
用法
您需要一个。
i18n-translate-json apiKey dir sourceLang (targetLang1,targetLang2,..)
例如
i18n-translate-json iuOHAEbo9H788d34h93h4diouehIUHI locale/ en es,fr
根据Google Translate API语言代码,这会将locale/en.json所有字符串(相对于Shell中的当前文件夹)从英语转换为西班牙语和法语。
目标语言列表是可选的。 如果不存在,它将被翻译成Google翻译支持的所有语言。
学分
基于Thoma