mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
doc: update i18n doc for Serbian language (#12867)
This commit is contained in:
parent
17d817c0ce
commit
99a1f4f376
@ -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.
|
||||
|
@ -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.
|
@ -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) 添加一个语言配置文件即可。
|
||||
|
Loading…
Reference in New Issue
Block a user