i18n: use the right parentheses

pull/1193/head
Leopoldthecoder 2016-11-18 15:54:33 +08:00 committed by cinwell.li
parent f454d31378
commit fa5342ecf0
1 changed files with 8 additions and 8 deletions

View File

@ -43,14 +43,14 @@ Currently Element ships with the following languages:
<li>English (en)</li>
<li>German (de)</li>
<li>Portuguese (pt)</li>
<li>Spanishes</li>
<li>Danishda</li>
<li>Frenchfr</li>
<li>Norwegiannb-NO</li>
<li>Traditional Chinesezh-TW</li>
<li>Italianit</li>
<li>Koreanko</li>
<li>Japaneseja</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.