diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md index 7a0623ebf..8b9ce43f8 100644 --- a/examples/docs/en-US/i18n.md +++ b/examples/docs/en-US/i18n.md @@ -43,14 +43,14 @@ Currently Element ships with the following languages:
  • English (en)
  • German (de)
  • Portuguese (pt)
  • -
  • Spanish(es)
  • -
  • Danish(da)
  • -
  • French(fr)
  • -
  • Norwegian(nb-NO)
  • -
  • Traditional Chinese(zh-TW)
  • -
  • Italian(it)
  • -
  • Korean(ko)
  • -
  • Japanese(ja)
  • +
  • Spanish (es)
  • +
  • Danish (da)
  • +
  • French (fr)
  • +
  • Norwegian (nb-NO)
  • +
  • Traditional Chinese (zh-TW)
  • +
  • Italian (it)
  • +
  • Korean (ko)
  • +
  • Japanese (ja)
  • 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.