Commit 4e423144 authored by 杨奕's avatar 杨奕 Committed by Leopoldthecoder

i18n: update language list (#1187)

parent 4ebdd6a6
...@@ -39,10 +39,18 @@ webpack.config.js ...@@ -39,10 +39,18 @@ webpack.config.js
Currently Element ships with the following languages: Currently Element ships with the following languages:
<ul class="language-list"> <ul class="language-list">
<li>Chinese (zh-CN)</li> <li>Simplified Chinese (zh-CN)</li>
<li>English (en)</li> <li>English (en)</li>
<li>German (de)</li> <li>German (de)</li>
<li>Portuguese (pt)</li> <li>Portuguese (pt)</li>
<li>Spanish(es)</li>
<li>Danish(da)</li>
<li>French(fr)</li>
<li>Norwegian(nb-NO)</li>
<li>Traditional Chinese(zh-TW)</li>
<li>Italian(it)</li>
<li>Korean(ko)</li>
<li>Japanese(ja)</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/master/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/master/src/locale/lang) and create a pull request.
...@@ -51,10 +51,18 @@ Vue.component(Select.name, Select) ...@@ -51,10 +51,18 @@ Vue.component(Select.name, Select)
目前 Element 内置了以下语言: 目前 Element 内置了以下语言:
<ul class="language-list"> <ul class="language-list">
<li>汉语(zh-CN)</li> <li>简体中文(zh-CN)</li>
<li>英语(en)</li> <li>英语(en)</li>
<li>德语(de)</li> <li>德语(de)</li>
<li>葡萄牙语(pt)</li> <li>葡萄牙语(pt)</li>
<li>西班牙语(es)</li>
<li>丹麦语(da)</li>
<li>法语(fr)</li>
<li>挪威语(nb-NO)</li>
<li>繁体中文(zh-TW)</li>
<li>意大利语(it)</li>
<li>韩语(ko)</li>
<li>日语(ja)</li>
</ul> </ul>
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。 如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/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