Skip to content

Commit 7124eac

Browse files
author
huangshuwei
committed
doc add lang
1 parent c167ee7 commit 7124eac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

examples/src/docs/en/locale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ The following languages are currently supported:
5858
| language | file name |
5959
| -------- | ------ |
6060
| Simplified Chinese | zh-CN |
61-
| Traditional Chinese (TW) | zh-TW |
61+
| Traditional Chinese (Traditional) | zh-TW |
6262
| English | en-US |
63-
| Afrikaans | af-ZA |
64-
| Zulu | zu-ZA |
63+
| South Africa (Afrikaans) | af-ZA |
64+
| South Africa (Zulu) | zu-ZA |
6565

6666
If you need to use other languages, you are welcome to contribute PR: just add a language configuration file in [here](https://github.com/huangshuwei/vue-easytable/tree/master/packages/src/locale/lang).

examples/src/docs/zh/locale.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ VeLocale.update(lang);
5959
| 语言 | 文件名 |
6060
| -------- | ------ |
6161
| 简体中文 | zh-CN |
62-
| 繁體中文(| zh-TW |
62+
| 繁體中文(中国台湾| zh-TW |
6363
| 英语 | en-US |
64+
| 南非(荷兰语) | af-ZA |
65+
| 南非(Zulu) | zu-ZA |
6466

6567
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/huangshuwei/vue-easytable/tree/master/packages/src/locale/lang) 添加一个语言配置文件即可。

0 commit comments

Comments
 (0)