An open API service indexing awesome lists of open source software.

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

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 |