Skip to content

Commit 76b0117

Browse files
committed
Revert "增加例子,演示入口程序重写语言资源"
This reverts commit 42252be.
1 parent cdf1d9f commit 76b0117

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"BootstrapBlazor.Components.AutoComplete": {
3-
"NoDataTip": "No Data123456",
4-
"PlaceHolder": "Please Input789"
5-
},
6-
72
"BootstrapBlazor.Server.Components.Pages.Online": {
83
"SubTitle": "Online population statistics",
94
"ConnectionTime": "ConnectionTime",

src/BootstrapBlazor/Locales/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
2+
"BootstrapBlazor.Components.AutoComplete": {
3+
"NoDataTip": "No Data",
4+
"PlaceHolder": "Please Input"
5+
},
36
"BootstrapBlazor.Components.Captcha": {
47
"HeaderText": "Captcha",
58
"BarText": "Slide to the right to solve puzzle",

0 commit comments

Comments
 (0)