https://github.com/licodeao/json-translate
i18n translator
https://github.com/licodeao/json-translate
chatgpt i18n json openai translate-api
Last synced: 2 months ago
JSON representation
i18n translator
- Host: GitHub
- URL: https://github.com/licodeao/json-translate
- Owner: Licodeao
- Created: 2023-06-28T14:54:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T08:00:27.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:45:42.487Z (about 1 year ago)
- Topics: chatgpt, i18n, json, openai, translate-api
- Language: TypeScript
- Homepage: https://npmjs.com/package/i18n-json-translate
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i18n-json-translate
English | 简体中文
A tool for improving international translation efficiency, supports translation into any language you want.


## 📦 Installation
```bash
# 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
```json
{
"你好": "",
"苹果": ""
}
```
## ⭐ 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 |