Skip to content

Commit c64af39

Browse files
author
huangshuwei
committed
v2.1.4
1 parent d0b5789 commit c64af39

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

examples/src/docs/en/locale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The following languages are currently supported:
5858
| language | file name |
5959
| -------- | ------ |
6060
| Simplified Chinese | zh-CN |
61+
| Traditional Chinese (TW) | zh-TW |
6162
| English | en-US |
6263

6364
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ VeLocale.update(lang);
5959
| 语言 | 文件名 |
6060
| -------- | ------ |
6161
| 简体中文 | zh-CN |
62+
| 繁體中文(台) | zh-TW |
6263
| 英语 | en-US |
6364

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"main": "libs/main.js",
55
"description": "Vue table component",
66
"keywords": [

packages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import VeSelect from './ve-select';
1313
import VeTable from './ve-table';
1414

1515

16-
const version = '2.1.3';
16+
const version = '2.1.4';
1717
const components = [
1818
VeCheckbox,
1919
VeCheckboxGroup,

0 commit comments

Comments
 (0)