mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 05:09:43 +08:00
i18n: update language list (#1187)
This commit is contained in:
parent
aa05aeda6a
commit
bc19f4f757
@ -39,10 +39,18 @@ webpack.config.js
|
||||
|
||||
Currently Element ships with the following languages:
|
||||
<ul class="language-list">
|
||||
<li>Chinese (zh-CN)</li>
|
||||
<li>Simplified Chinese (zh-CN)</li>
|
||||
<li>English (en)</li>
|
||||
<li>German (de)</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>
|
||||
|
||||
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)
|
||||
|
||||
目前 Element 内置了以下语言:
|
||||
<ul class="language-list">
|
||||
<li>汉语(zh-CN)</li>
|
||||
<li>简体中文(zh-CN)</li>
|
||||
<li>英语(en)</li>
|
||||
<li>德语(de)</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>
|
||||
|
||||
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。
|
||||
|
Loading…
Reference in New Issue
Block a user