update i18n docs for Finnish

This commit is contained in:
Leopoldthecoder 2017-01-23 16:09:29 +08:00
parent d382d46e06
commit c42992a141
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Currently Element ships with the following languages:
<li>Indonesian (id)</li>
<li>Bulgarian (bg)</li>
<li>Polish (pl)</li>
<li>Finnish (fi)</li>
</ul>
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.

View File

@ -108,6 +108,7 @@ Vue.use(Element, {
<li>印尼语id</li>
<li>保加利亚语bg</li>
<li>波兰语pl</li>
<li>芬兰语fi</li>
</ul>
如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。