i18n-json-translate
v1.0.19
Published
A tool for translating JSON files in i18n
Downloads
10
Maintainers
Readme
i18n-json-translate
A tool for improving international translation efficiency, supports translation into any language you want.
📦 Installation
# npm
$ npm install i18n-json-translate
# yarn
$ yarn add i18n-json-translate
# Usage
$ json-translate
🌈 Usage Scenery
For use in the following scenarios:
Use the translation result of key as its value
{
"你好": "",
"苹果": ""
}
⭐ Integration support
| manufacturers | condition | | ------------------------ | ------------------------------------------------ | | Baidu translate | Sign up and according to developer documentation | | Netease Youdao translate | Sign up and according to developer documentation | | ChatGPT | Need API Key |
📌 Tip
| Node Version | | ------------ | | >= v16.0.0 |