瀏覽代碼

update i18n doc

Leopoldthecoder 8 年之前
父節點
當前提交
a3fe207e28
共有 3 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      examples/docs/en-US/i18n.md
  2. 2 0
      examples/docs/zh-CN/i18n.md
  3. 0 0
      src/locale/lang/af-ZA.js

+ 2 - 0
examples/docs/en-US/i18n.md

@@ -202,6 +202,8 @@ Currently Element ships with the following languages:
   <li>Turkmen (tk)</li>
   <li>Tamil (ta)</li>
   <li>Latvian (lv)</li>
+  <li>Afrikaans (af-ZA)</li>
+  <li>Estonian (ee)</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.

+ 2 - 0
examples/docs/zh-CN/i18n.md

@@ -214,6 +214,8 @@ ElementLocale.i18n(key => i18n.t(key))
   <li>土库曼语(tk)</li>
   <li>泰米尔语(ta)</li>
   <li>拉脱维亚语(lv)</li>
+  <li>南非荷兰语(af-ZA)</li>
+  <li>爱沙尼亚语(ee)</li>
 </ul>
 
 如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。

+ 0 - 0
src/locale/lang/af.js → src/locale/lang/af-ZA.js