0.0.10 • Published 4 months ago

@simon_he/translate v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

translate

工具: 中转英 英转中

Usage

import translateLoader from '@simon_he/translate'

const translate = translateLoader()

const translated = await translate('hello') // ['你好']
const multipleTranslated = await translate(['hello', 'world']) // ['你好', '世界']

Install

npm i @simon_he/translate

License

MIT License © 2022 Simon He

sponsors

0.0.10

4 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

9 months ago

0.0.5

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago