Browse Source

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

hetech 6 years ago
parent
commit
99a1f4f376
3 changed files with 3 additions and 0 deletions
  1. 1 0
      examples/docs/en-US/i18n.md
  2. 1 0
      examples/docs/es/i18n.md
  3. 1 0
      examples/docs/zh-CN/i18n.md

+ 1 - 0
examples/docs/en-US/i18n.md

@@ -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.

+ 1 - 0
examples/docs/es/i18n.md

@@ -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.

+ 1 - 0
examples/docs/zh-CN/i18n.md

@@ -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) 添加一个语言配置文件即可。