From 81302dd5f3383ed953c004d1ee764b0d99fa5113 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 19 Jul 2025 09:49:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Locales/en-US.json | 2 +- src/BootstrapBlazor.Server/Locales/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 6a7d7173378..612f08e7996 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -6858,7 +6858,7 @@ "AttributeChildContent": "Child component", "LoadMoreTitle": "LoadMore Component", "LoadMoreIntro": "By setting the LoadMore component parameter IsLoading to control the loading state, the OnLoadMoreAsync callback method loads more data", - "LoadMoreDesc": "In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed by setting it to false after loading is complete. The UI for loading more data can be customized through LoadingTemplate, the UI displayed when there is no more data can be customized through NoMoreTemplate, and the indicator text displayed when there are no more add-ons can be set through the NoMoreText parameter." + "LoadMoreDesc": "

In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed when loading is complete.