Skip to content

Commit

Permalink
docs: add Esperanto to list of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoryukov committed Aug 8, 2019
1 parent e711f40 commit 47c63d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/docs/en-US/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Currently Element ships with the following languages:
<li>Kyrgyz (kg)</li>
<li>Armenian (hy)</li>
<li>Croatian (hr)</li>
<li>Esperanto (eo)</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 change: 1 addition & 0 deletions examples/docs/es/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Actualmente Element está disponible en los siguientes idiomas:
<li>Kirguizstán (kg)</li>
<li>Armenio (hy)</li>
<li>Croatian (hr)</li>
<li>Esperanto (eo)</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 change: 1 addition & 0 deletions examples/docs/fr-FR/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Actuellement, Element supporte les langues suivantes:
<li>Kirghize (kg)</li>
<li>Croate (hr)</li>
<li>Arménien (hy)</li>
<li>Espéranto (eo)</li>
</ul>

Si votre langue n'apparaît pas dans la liste, n'hésitez pas a contribuer: ajoutez simplement un fichier de configuration [ici](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) et créez une pull request.
1 change: 1 addition & 0 deletions examples/docs/zh-CN/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
<li>吉尔吉斯语(kg)</li>
<li>亚美尼亚语 (hy)</li>
<li>克罗地亚 (hr)</li>
<li>世界语 (eo)</li>
</ul>

如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。

0 comments on commit 47c63d3

Please sign in to comment.