diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md
index 89eeb6c2a..5059da582 100644
--- a/examples/docs/en-US/i18n.md
+++ b/examples/docs/en-US/i18n.md
@@ -96,6 +96,7 @@ Currently Element ships with the following languages:
Indonesian (id)
Bulgarian (bg)
Polish (pl)
+ Finnish (fi)
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request.
diff --git a/examples/docs/zh-CN/i18n.md b/examples/docs/zh-CN/i18n.md
index 75490a712..9af15b5f7 100644
--- a/examples/docs/zh-CN/i18n.md
+++ b/examples/docs/zh-CN/i18n.md
@@ -108,6 +108,7 @@ Vue.use(Element, {
印尼语(id)
保加利亚语(bg)
波兰语(pl)
+ 芬兰语(fi)
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。