diff --git a/README.md b/README.md
index f523883..fc49516 100644
--- a/README.md
+++ b/README.md
@@ -85,14 +85,6 @@ options:
-h, --help Show help info [boolean]
```
-
-
-
-
-i18n
-
-
-
## 🪄 Examples
#### Using stdin
@@ -199,27 +191,29 @@ translate -v
>
> `Detect Spelling` red
-
-
-
-
-
+![Alt](docs/images/autocorrect.png "Color Scheme")
## 🐢 Network anomaly
> When the network is abnormal, the terminal will change as shown in the figure below
> (they actually come from the same line).
-
-
-
-
-
+![Alt](docs/images/slowly-network.png "Stdout in Terminal")
## ⌨️ Automatic line wrapping
> When a single line of content is too long, the terminal will automatically wrap the line after the title.
+![Alt](docs/images/newline.png "Overlong text")
+
+## 🌐 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.
+
+![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
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 825327a..05a0290 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -192,26 +192,25 @@ translate -v
>
> `拼写错误` 红色
-
-
-
-
-
+![Alt](docs/images/autocorrect.png "Color Scheme")
## 🐢 网络异常
> 网络异常时,终端会发生下图中的变化(它们实际来自同一行内容)。
-
-
-
-
-
+![Alt](docs/images/slowly-network.png "Stdout in Terminal")
## ⌨️ 自动换行
> 当单行内容过长时,终端会在标题后自动换行。
+## 🌐 国际化
+
+欢迎通过 PR 在 [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 翻译。
diff --git a/docs/images/newline.png b/docs/images/newline.png
new file mode 100644
index 0000000..22bbf9d
Binary files /dev/null and b/docs/images/newline.png differ