Commit 99a1f4f3 authored by hetech's avatar hetech Committed by GitHub

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

parent 17d817c0
...@@ -215,6 +215,7 @@ Currently Element ships with the following languages: ...@@ -215,6 +215,7 @@ Currently Element ships with the following languages:
<li>Kurdish (ku)</li> <li>Kurdish (ku)</li>
<li>Uighur (ug-CN)</li> <li>Uighur (ug-CN)</li>
<li>Khmer (km)</li> <li>Khmer (km)</li>
<li>Serbian (sr)</li>
</ul> </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. 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: ...@@ -215,6 +215,7 @@ Actualmente Element está disponible en los siguientes idiomas:
<li>Kurdish (ku)</li> <li>Kurdish (ku)</li>
<li>Uighur (ug-CN)</li> <li>Uighur (ug-CN)</li>
<li>Khmer (km)</li> <li>Khmer (km)</li>
<li>Serbian (sr)</li>
</ul> </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. 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.
\ No newline at end of file
...@@ -227,6 +227,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value)) ...@@ -227,6 +227,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
<li>库尔德语(ku)</li> <li>库尔德语(ku)</li>
<li>维吾尔语(ug-CN)</li> <li>维吾尔语(ug-CN)</li>
<li>高棉语(km)</li> <li>高棉语(km)</li>
<li>塞尔维亚语(sr)</li>
</ul> </ul>
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。 如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment