Skip to content

Commit 39deec9

Browse files
committed
doc: 增加本地化
1 parent f292855 commit 39deec9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6488,6 +6488,7 @@
64886488
"AttrHeaderText": "the title of Header",
64896489
"AttrItemTemplate": "the template of Item",
64906490
"AttrOnClickItem": "the callback on click item",
6491+
"AttrOnDoubleClickItem": " the callback on double click item",
64916492
"GetItemDisplayText": "the callback on get item display text"
64926493
},
64936494
"BootstrapBlazor.Server.Components.Samples.Marquees": {

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6488,6 +6488,7 @@
64886488
"AttrHeaderText": "标题栏文字",
64896489
"AttrItemTemplate": "选项模板",
64906490
"AttrOnClickItem": "点击候选项回调方法",
6491+
"AttrOnDoubleClickItem": " 双击候选项回调方法",
64916492
"GetItemDisplayText": "获得显示项显示内容回调方法"
64926493
},
64936494
"BootstrapBlazor.Server.Components.Samples.Marquees": {

0 commit comments

Comments
 (0)