Skip to content

Commit 0ce46c2

Browse files
committed
doc: 增加本地化资源
1 parent 4453c60 commit 0ce46c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5961,7 +5961,9 @@
59615961
"CustomCssIntro": "Set <code>class</code> parameter set the style for the file icon component",
59625962
"ExtensionAttr": "The extension of file",
59635963
"IconColorAttr": "The backgound color for badge of extension",
5964-
"BackgroundTemplateAttr": "The template for custom the backgroup file"
5964+
"BackgroundTemplateAttr": "The template for custom the backgroup file",
5965+
"SizeTitle": "Size",
5966+
"SizeIntro":"Set the icon size by setting <code>Size</code>"
59655967
},
59665968
"BootstrapBlazor.Server.Components.Samples.PdfReaders": {
59675969
"Title": "PDF Reader",

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5961,7 +5961,9 @@
59615961
"CustomCssIntro": "通过设置 <code>class</code> 自定义样式调整图标大小",
59625962
"ExtensionAttr": "文件扩展名",
59635963
"IconColorAttr": "扩展名标签背景色",
5964-
"BackgroundTemplateAttr": "自定义背景图模板"
5964+
"BackgroundTemplateAttr": "自定义背景图模板",
5965+
"SizeTitle": "大小",
5966+
"SizeIntro": "通过设置 <code>Size</code> 设置图标大小"
59655967
},
59665968
"BootstrapBlazor.Server.Components.Samples.PdfReaders": {
59675969
"Title": "PDF Reader PDF阅读器",

0 commit comments

Comments
 (0)