diff --git a/README.md b/README.md
index 9be43b8..a3eba41 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ English | [简体中文](README.zh-CN.md)
![Alt](https://repobeats.axiom.co/api/embed/f0b1b8b0150e5f891d765081ad1349cccc127c5c.svg "Repobeats analytics image")
-
+
@@ -243,9 +243,10 @@ 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")
@@ -253,6 +254,8 @@ via [Issues](https://github.com/kabeep/node-translate-cli/issues) for handling.
- [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
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 7cfc53b..ed00f62 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -17,7 +17,7 @@
![Alt](https://repobeats.axiom.co/api/embed/f0b1b8b0150e5f891d765081ad1349cccc127c5c.svg "Repobeats analytics image")
-
+
@@ -241,7 +241,8 @@ 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")
@@ -249,6 +250,7 @@ translate "这是一段测试文本。" -t en > usage.txt
## 🔗 关联库
- [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 进行谷歌翻译。
## 🤝 贡献
diff --git a/docs/images/i18n.png b/docs/images/i18n.png
index acf9e5e..0cf9e48 100644
Binary files a/docs/images/i18n.png and b/docs/images/i18n.png differ
diff --git a/docs/images/usage.png b/docs/images/usage.png
new file mode 100644
index 0000000..2691ad3
Binary files /dev/null and b/docs/images/usage.png differ