Skip to content

Commit

Permalink
ver. 11.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
qili.taoqili committed Aug 19, 2020
1 parent d9d441f commit f903809
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uxcore-table",
"version": "11.10.14",
"version": "11.10.15",
"description": "table ui component for react",
"repository": "https://github.com/uxcore/uxcore-table.git",
"author": "zhouquan.yezq",
Expand Down
12 changes: 12 additions & 0 deletions src/i18n.js
Expand Up @@ -23,4 +23,16 @@ export default {
searchPlaceholder: '请输入搜索关键字',
columnOrder: '列排序'
},
'zh-hk': {
templated_column: '自定義列',
more: '更多',
default_empty_text: '暫無數據',
__others__: '其它',
check_all: '全選',
columnPickerTip: '以下內容為可選字段',
okText: '確認',
cancelText: '取消',
searchPlaceholder: '請輸入搜索關鍵詞',
columnOrder: '列排序'
},
};

0 comments on commit f903809

Please sign in to comment.