update i18n doc

pull/5291/head
Leopoldthecoder 2017-06-09 20:13:37 +08:00 committed by 杨奕
parent 5606340a56
commit a3fe207e28
3 changed files with 4 additions and 0 deletions

View File

@ -202,6 +202,8 @@ Currently Element ships with the following languages:
<li>Turkmen (tk)</li>
<li>Tamil (ta)</li>
<li>Latvian (lv)</li>
<li>Afrikaans (af-ZA)</li>
<li>Estonian (ee)</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

@ -214,6 +214,8 @@ ElementLocale.i18n(key => i18n.t(key))
<li>土库曼语tk</li>
<li>泰米尔语ta</li>
<li>拉脱维亚语lv</li>
<li>南非荷兰语af-ZA</li>
<li>爱沙尼亚语ee</li>
</ul>
如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。