From fa5342ecf018a4958696a1790329cda1f617843c Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Fri, 18 Nov 2016 15:54:33 +0800 Subject: [PATCH] i18n: use the right parentheses --- examples/docs/en-US/i18n.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.