Skip to content

Commit 69d7528

Browse files
committed
doc(Introduction): update document of Intro
1 parent 8178e81 commit 69d7528

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

src/BootstrapBlazor.Server/Components/Pages/Introduction.razor

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
<h3>@Localizer["Title"]</h3>
55

6-
<p>@Localizer["P1"]</p>
7-
8-
<p>@Localizer["P2"]</p>
9-
10-
<p>@((MarkupString)Localizer["P3"].Value)</p>
6+
<p>@Localizer["SubTitle"]</p>
117

128
<h3>@Localizer["UpdateTitle"]</h3>
139

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5747,11 +5747,9 @@
57475747
},
57485748
"BootstrapBlazor.Server.Components.Pages.Introduction": {
57495749
"Title": "Introduction",
5750-
"P1": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.",
5751-
"P2": "The dependency is:BootstrapBlazor > Bootstrap",
5752-
"P3": "In the latest <a href='template' target='_blank'>Project Template</a> ,the above dependencies are packaged and bundled, which greatly simplifies use",
5750+
"SubTitle": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.",
57535751
"UpdateTitle": "Update Log",
5754-
"UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day. The second <b><code>Thursday</code></b> every month release <b><code>official version</code></b>",
5752+
"UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day.",
57555753
"UpdateLogLink": "[Update Log]",
57565754
"LearnTitle": "Learning materials",
57575755
"LearnLi1": "Blazor Official Document",

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5747,11 +5747,9 @@
57475747
},
57485748
"BootstrapBlazor.Server.Components.Pages.Introduction": {
57495749
"Title": "简介",
5750-
"P1": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。",
5751-
"P2": "依赖关系为:BootstrapBlazor > Bootstrap",
5752-
"P3": "最新 <a href='template' target='_blank'>项目模板</a> 中将以上依赖进行了打包捆绑大大简化使用",
5750+
"SubTitle": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。",
57535751
"UpdateTitle": "更新日志",
5754-
"UpdateLog": "为了修复组件 <code>bug</code> 每天可能有小版本发布,每个月第二个 <b><code>周四</code></b> 发布 <b><code>正式版</code></b> 更新日志",
5752+
"UpdateLog": "为了修复组件 <code>bug</code> 每天可能有小版本发布更新日志",
57555753
"UpdateLogLink": "[传送门]",
57565754
"LearnTitle": "学习资料",
57575755
"LearnLi1": "Blazor 官方文档",

0 commit comments

Comments
 (0)