Skip to content

Commit 1a05a49

Browse files
committed
doc: 增加多语言支持
1 parent dae4456 commit 1a05a49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/BootstrapBlazor/Locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,5 +395,8 @@
395395
"NetworkType": "NetworkType",
396396
"Downlink": "Downlink",
397397
"RTT": "RTT"
398+
},
399+
"BootstrapBlazor.Components.LoadMore": {
400+
"NoMoreText": "No More Data"
398401
}
399402
}

src/BootstrapBlazor/Locales/zh.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,5 +395,8 @@
395395
"NetworkType": "网络类型",
396396
"Downlink": "下载速度",
397397
"RTT": "响应时间"
398+
},
399+
"BootstrapBlazor.Components.LoadMore": {
400+
"NoMoreText": "没有更多数据了"
398401
}
399402
}

0 commit comments

Comments
 (0)