Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed May 11, 2024
1 parent 42737aa commit bbed6a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ English | [简体中文](README.zh-CN.md)

![Alt](https://repobeats.axiom.co/api/embed/f0b1b8b0150e5f891d765081ad1349cccc127c5c.svg "Repobeats analytics image")

<img width="814" src="docs/images/feature.png" alt="logo">
<img width="814" src="docs/images/usage.png" alt="usage-png">

</div>

Expand Down Expand Up @@ -243,16 +243,19 @@ translate "这是一段测试文本。" -t en > usage.txt

## 🌐 i18n

Contribute your language via Pull Request
in [locale](https://github.com/kabeep/node-translate-cli/tree/master/src/locale/index.ts) are welcome, or notify me
via [Issues](https://github.com/kabeep/node-translate-cli/issues) for handling.
Quickly contribute your language via Pull Request
in [locale](https://github.com/kabeep/node-translate-cli/tree/master/src/locale/index.ts) file
with ease-to-use [node-translate-i18n](https://github.com/kabeep/node-translate-i18n) are welcome,
or notify me via [Issues](https://github.com/kabeep/node-translate-cli/issues) for handling.

![Alt](docs/images/i18n.png "Locale from OS")

## 🔗 Related

- [node-translate](https://github.com/kabeep/node-translate) - 🦜 A powerful, secure and feature-rich api via Google
Translation.
- [node-translate-i18n](https://github.com/kabeep/node-translate-i18n) - 🌏 A command-line interface tool for translating
localization files to other languages.
- [google-translate-cli](https://github.com/jesusalber1/google-translate-cli) - Google Translate via CLI.

## 🤝 Contribution
Expand Down
6 changes: 4 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

![Alt](https://repobeats.axiom.co/api/embed/f0b1b8b0150e5f891d765081ad1349cccc127c5c.svg "Repobeats analytics image")

<img width="814" src="docs/images/feature.png" alt="logo">
<img width="814" src="docs/images/usage.png" alt="usage-png">

</div>

Expand Down Expand Up @@ -241,14 +241,16 @@ translate "这是一段测试文本。" -t en > usage.txt
## 🌐 国际化

欢迎通过 PR 在 [locale](https://github.com/kabeep/node-translate-cli/tree/master/src/locale/index.ts) 文件中贡献你的母语,
欢迎通过 PR 和简易上手的 [node-translate-i18n](https://github.com/kabeep/node-translate-i18n)
[locale](https://github.com/kabeep/node-translate-cli/tree/master/src/locale/index.ts) 文件中贡献你的母语,
或者通过 [Issues](https://github.com/kabeep/node-translate-cli/issues) 通知我处理。

![Alt](docs/images/i18n.png "Locale from OS")

## 🔗 关联库

- [node-translate](https://github.com/kabeep/node-translate) - 🦜 一个强大、安全且功能丰富的 API,通过 Google 翻译。
- [node-translate-i18n](https://github.com/kabeep/node-translate-i18n) - 🌏 通过翻译母语本地化文件自动生成其他语言本地化文件的终端工具。
- [google-translate-cli](https://github.com/jesusalber1/google-translate-cli) - 通过 CLI 进行谷歌翻译。

## 🤝 贡献
Expand Down
Binary file modified docs/images/i18n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbed6a6

Please sign in to comment.