0.0.10 • Published 1 year ago

@simon_he/translate v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago