Skip to content

Licodeao/JSON-Translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18n-json-translate

English | 简体中文

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