doc: update i18n doc for Serbian language (#12867)

This commit is contained in:
hetech 2018-09-25 12:09:01 +08:00 committed by GitHub
parent 17d817c0ce
commit 99a1f4f376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -215,6 +215,7 @@ Currently Element ships with the following languages:
<li>Kurdish (ku)</li>
<li>Uighur (ug-CN)</li>
<li>Khmer (km)</li>
<li>Serbian (sr)</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/dev/src/locale/lang) and create a pull request.

View File

@ -215,6 +215,7 @@ Actualmente Element está disponible en los siguientes idiomas:
<li>Kurdish (ku)</li>
<li>Uighur (ug-CN)</li>
<li>Khmer (km)</li>
<li>Serbian (sr)</li>
</ul>
Si su idioma de destino no está incluido, puede contribuir: simplemente añada [aqui](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) otra configuración de idioma y cree un pull request.

View File

@ -227,6 +227,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
<li>库尔德语ku</li>
<li>维吾尔语ug-CN</li>
<li>高棉语km</li>
<li>塞尔维亚语sr</li>
</ul>
如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。